What does the dot mean at the end of an association?
问题 I reversed some Java code to get a uml class diagram using Visual Paradigm. The diagram shows some associations with little black circles on one end, which I never saw before. Image It's definitely not a composition and not a containment! Can anybody explain to me, what kind of association this is? Here's the related code: public class DataAdapter extends RecyclerView.Adapter<DataAdapter.ViewHolder> { public static final String TAG = DataAdapter.class.getSimpleName(); private static Context