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 classObjectObjectHashMap<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.
-