K - The type of the map keysV - The type of the map valuespublic final class IdentityLinearMap<K,V> extends LinearMap<K,V>
IdentityHashMap) that performs very well for a SMALL number of entries.| Constructor and Description |
|---|
IdentityLinearMap() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
keysEqual(java.lang.Object key1,
java.lang.Object key2) |
protected boolean |
valuesEqual(java.lang.Object value1,
java.lang.Object value2) |
clear, containsKey, containsValue, entrySet, get, isEmpty, put, remove, sizeclone, equals, hashCode, keySet, putAll, toString, values