Class IdHashMap
java.lang.Object
java.util.AbstractMap
com.mchange.v1.identicator.IdHashMap
- All Implemented Interfaces:
Map
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(Object key) protected final Map.EntrycreateIdEntry(Object key, Object val) protected final Map.EntrycreateIdEntry(Map.Entry entry) protected com.mchange.v1.identicator.IdHashKeyentrySet()protected final Setprotected ObjectremoveIdHashKey(com.mchange.v1.identicator.IdHashKey idhk) Methods inherited from class AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, valuesMethods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
IdHashMap
-
-
Method Details
-
createIdKey
-
put
-
containsKey
- Specified by:
containsKeyin interfaceMap- Overrides:
containsKeyin classAbstractMap
-
get
-
remove
-
removeIdHashKey
-
entrySet
- Specified by:
entrySetin interfaceMap- Specified by:
entrySetin classAbstractMap
-
internalEntrySet
-
createIdEntry
-
createIdEntry
-