Uses of Class
com.carrotsearch.hppc.ObjectIntHashMap
-
Packages that use ObjectIntHashMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectIntHashMap in com.carrotsearch.hppc
Subclasses of ObjectIntHashMap in com.carrotsearch.hppc Modifier and Type Class Description classObjectIntIdentityHashMap<KType>An identity hash map ofObjecttoint.classObjectIntScatterMap<KType>Same asObjectIntHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as ObjectIntHashMap Modifier and Type Field Description private ObjectIntHashMap<KType>ObjectIntHashMap.KeysContainer. ownerprivate ObjectIntHashMap<KType>ObjectIntHashMap.ValuesContainer. ownerMethods in com.carrotsearch.hppc that return ObjectIntHashMap Modifier and Type Method Description ObjectIntHashMap<KType>ObjectIntHashMap. clone()static <KType> ObjectIntHashMap<KType>ObjectIntHashMap. from(KType[] keys, int[] values)Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type ObjectIntHashMap Modifier and Type Method Description protected booleanObjectIntHashMap. equalElements(ObjectIntHashMap<?> other)Return true if all keys of some other container exist in this container.
-