V
- public class ClassHierarchyMap<V> extends Object implements Map<Class<?>,V>
Constructor and Description |
---|
ClassHierarchyMap() |
ClassHierarchyMap(int capacity) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Class<?>,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
Set<Class<?>> |
keySet() |
V |
put(Class<?> key,
V value) |
void |
putAll(Map<? extends Class<?>,? extends V> t) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
public ClassHierarchyMap()
public ClassHierarchyMap(int capacity)
public boolean containsKey(Object key)
containsKey
in interface Map<Class<?>,V>
public boolean containsValue(Object value)
containsValue
in interface Map<Class<?>,V>
Copyright © 2013. All Rights Reserved.