public class ClassMap<T> extends Object
Constructor and Description |
---|
ClassMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
T |
get(Object key) |
static <T> List<Class<?>> |
getAncestry(Class<T> c)
Walks superclass and interface graph, superclasses first, then
interfaces, to compute an ancestry list.
|
boolean |
isEmpty() |
T |
put(Class<?> key,
T value) |
T |
remove(Object key) |
int |
size() |
public static <T> List<Class<?>> getAncestry(Class<T> c)
public void clear()
public int size()
public boolean isEmpty()