Uses of Interface
com.carrotsearch.hppc.ObjectShortMap
Packages that use ObjectShortMap
-
Uses of ObjectShortMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectShortMapModifier and TypeClassDescriptionclassObjectShortHashMap<KType>A hash map ofObjecttoshort, implemented using open addressing with linear probing for collision resolution.classObjectShortIdentityHashMap<KType>An identity hash map ofObjecttoshort.classObjectShortScatterMap<KType>Same asObjectShortHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.