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