┌────────┐ │TimeUnit│ ┌──────────┐ ┌────┐ ├────────┤ ┌────────────────┐ │Collection│ │List│ │DAYS │ │SuppressWarnings│ ├──────────┤----├────┤ │HOURS │ ├────────────────┤ └──────────┘ └────┘ │MINUTES │ └────────────────┘ └────────┘ ┌───────────────────────┐ ┌──────────────────┐ ┌────────────┐ │Annotation │ │AbstractCollection│ │AbstractList│ ├───────────────────────┤ ├──────────────────┤--├────────────┤ │annotation with members│ └──────────────────┘ └────────────┘ │String foo() │ | │String bar() │ | └───────────────────────┘ | ┌────────────────────┐ │ArrayList │ ├────────────────────┤ │Object[] elementData│ │size() │ └────────────────────┘