Uses of Interface
com.carrotsearch.hppc.ObjectShortMap
-
Packages that use ObjectShortMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectShortMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectShortMap Modifier and Type Class Description class
ObjectShortHashMap<KType>
A hash map ofObject
toshort
, implemented using open addressing with linear probing for collision resolution.class
ObjectShortIdentityHashMap<KType>
An identity hash map ofObject
toshort
.class
ObjectShortScatterMap<KType>
Same asObjectShortHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-