Uses of Interface
com.carrotsearch.hppc.ObjectObjectMap
Packages that use ObjectObjectMap
-
Uses of ObjectObjectMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectObjectMapModifier and TypeClassDescriptionclass
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.