Uses of Class
com.carrotsearch.hppc.ObjectShortHashMap
Packages that use ObjectShortHashMap
-
Uses of ObjectShortHashMap in com.carrotsearch.hppc
Subclasses of ObjectShortHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclassObjectShortIdentityHashMap<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.Fields in com.carrotsearch.hppc declared as ObjectShortHashMapModifier and TypeFieldDescriptionprivate final ObjectShortHashMap<KType> ObjectShortHashMap.KeysContainer.ownerprivate final ObjectShortHashMap<KType> ObjectShortHashMap.ValuesContainer.ownerMethods in com.carrotsearch.hppc that return ObjectShortHashMapModifier and TypeMethodDescriptionObjectShortHashMap.clone()static <KType> ObjectShortHashMap<KType> ObjectShortHashMap.from(KType[] keys, short[] values) Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type ObjectShortHashMapModifier and TypeMethodDescriptionprotected booleanObjectShortHashMap.equalElements(ObjectShortHashMap<?> other) Return true if all keys of some other container exist in this container.