Uses of Class
com.carrotsearch.hppc.ObjectShortHashMap
-
Packages that use ObjectShortHashMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectShortHashMap in com.carrotsearch.hppc
Subclasses of ObjectShortHashMap in com.carrotsearch.hppc Modifier and Type Class Description 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.Fields in com.carrotsearch.hppc declared as ObjectShortHashMap Modifier and Type Field Description private ObjectShortHashMap<KType>ObjectShortHashMap.KeysContainer. ownerprivate ObjectShortHashMap<KType>ObjectShortHashMap.ValuesContainer. ownerMethods in com.carrotsearch.hppc that return ObjectShortHashMap Modifier and Type Method Description ObjectShortHashMap<KType>ObjectShortHashMap. 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 ObjectShortHashMap Modifier and Type Method Description protected booleanObjectShortHashMap. equalElements(ObjectShortHashMap<?> other)Return true if all keys of some other container exist in this container.
-