public class _ClassMap<V> extends Object
| Constructor and Description |
|---|
_ClassMap(Class keyType,
Class<V> valueType) |
_ClassMap(Class keyType,
Class<V> valueType,
int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Class,V>> |
entrySet() |
boolean |
equals(Object o) |
static Class[] |
findClassHierarchy(Class clazz,
Class baseType) |
V |
get(Class key) |
V[] |
getAll(Class key) |
V[] |
getAllRequired(Class key) |
V |
getExact(Class key) |
Class[] |
getKeys(Class classKey) |
Class |
getKeyType() |
Class[] |
getRegisteredKeys(Class key) |
V |
getRequired(Class key) |
Class<V> |
getValueType() |
int |
hashCode() |
protected void |
invalidateCache() |
Set<Class> |
keySet() |
V |
put(Class classKey,
V value) |
void |
putAll(_ClassMap<V> other) |
void |
putAll(Map<Class,V> other) |
V |
remove(Class classKey) |
int |
size() |
protected void invalidateCache()
public Class getKeyType()
public int size()
Copyright © 2021 vpc open source initiative. All rights reserved.