Package com.mchange.v1.identicator
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 java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
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 java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.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
- Specified by:
putin interfaceMap- Overrides:
putin classAbstractMap
-
containsKey
- Specified by:
containsKeyin interfaceMap- Overrides:
containsKeyin classAbstractMap
-
get
- Specified by:
getin interfaceMap- Overrides:
getin classAbstractMap
-
remove
- Specified by:
removein interfaceMap- Overrides:
removein classAbstractMap
-
removeIdHashKey
-
entrySet
- Specified by:
entrySetin interfaceMap- Specified by:
entrySetin classAbstractMap
-
internalEntrySet
-
createIdEntry
-
createIdEntry
-