Package org.infinispan.commons.util
Class AbstractMap<K,V>
java.lang.Object
org.infinispan.commons.util.AbstractMap<K,V>
- All Implemented Interfaces:
Map<K,
V>
- Direct Known Subclasses:
FastCopyHashMap
Similar to the JDK's AbstractMap, this provides common functionality for custom map implementations. Unlike JDK's
AbstractMap, there is no support for null keys.
- Since:
- 4.0
- Author:
- Manik Surtani
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
entrySet
-
keySet
-
values
-
-
Constructor Details
-
AbstractMap
public AbstractMap()
-
-
Method Details
-
hashCode
public int hashCode() -
hash
-
eq
-
assertKeyNotNull
-