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 TypeClassDescriptionclassObjectObjectHashMap<KType,VType> A hash map ofObjecttoObject, implemented using open addressing with linear probing for collision resolution.classObjectObjectIdentityHashMap<KType,VType> An identity hash map ofObjecttoObject.classObjectObjectScatterMap<KType,VType> Same asObjectObjectHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.