Uses of Class
org.infinispan.commons.util.ArrayMap
-
Packages that use ArrayMap Package Description org.infinispan.commons.util Commons package providing various utility classes -
-
Uses of ArrayMap in org.infinispan.commons.util
Subclasses of ArrayMap in org.infinispan.commons.util Modifier and Type Class Description class
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).
-