Uses of Class
com.carrotsearch.hppc.IntObjectHashMap
-
Packages that use IntObjectHashMap Package Description com.carrotsearch.hppc -
-
Uses of IntObjectHashMap in com.carrotsearch.hppc
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 booleanIntObjectHashMap. equalElements(IntObjectHashMap<?> other)Return true if all keys of some other container exist in this container.
-