public class ClassMap<V> extends HashMap<Class,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ClassMap() |
ClassMap(int initialCapacity) |
ClassMap(int initialCapacity,
float loadFactor) |
ClassMap(Map<? extends Class,? extends V> t) |
| Modifier and Type | Method and Description |
|---|---|
V |
getBest(Class clazz) |
Class |
getKey(Class clazz) |
V |
put(Class key,
V value) |
V |
remove(Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringCopyright © 2021 vpc open source initiative. All rights reserved.