Uses of Class
org.apache.lucene.internal.hppc.IntObjectHashMap
-
Packages that use IntObjectHashMap Package Description org.apache.lucene.internal.hppc Internal copy of a subset of classes from the HPPC library. -
-
Uses of IntObjectHashMap in org.apache.lucene.internal.hppc
Methods in org.apache.lucene.internal.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 org.apache.lucene.internal.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.Constructors in org.apache.lucene.internal.hppc with parameters of type IntObjectHashMap Constructor Description IntObjectHashMap(IntObjectHashMap<VType> map)
Create a hash map from all key-value pairs of another map.
-