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