Uses of Class
org.infinispan.commons.util.ArrayMap
-
Uses of ArrayMap in org.infinispan.commons.util
Modifier and TypeClassDescriptionclass
HopscotchHashMap<K,
V> Lookup on a table without collisions will require only single access, if there are collisions it will be limited to (number of collisions to particular bin + 1) and all those will lie in proximity (32 * reference size).