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.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| IdentityLinearMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | keysEqual(Object key1,
         Object key2) | 
| protected boolean | valuesEqual(Object value1,
           Object value2) | 
clear, containsKey, containsValue, entrySet, get, isEmpty, put, remove, sizeclone, equals, hashCode, keySet, putAll, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2018 Arno Unkrig. All rights reserved.