Uses of Class
com.carrotsearch.hppc.ObjectLongHashMap
-
Packages that use ObjectLongHashMap Package Description com.carrotsearch.hppc org.elasticsearch.common -
-
Uses of ObjectLongHashMap in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return ObjectLongHashMap Modifier and Type Method Description ObjectLongHashMap<KType>ObjectLongHashMap. clone()static <KType> ObjectLongHashMap<KType>ObjectLongHashMap. from(KType[] keys, long[] values)Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type ObjectLongHashMap Modifier and Type Method Description protected booleanObjectLongHashMap. equalElements(ObjectLongHashMap<?> other)Return true if all keys of some other container exist in this container. -
Uses of ObjectLongHashMap in org.elasticsearch.common
Constructors in org.elasticsearch.common with parameters of type ObjectLongHashMap Constructor Description FieldMemoryStats(ObjectLongHashMap<String> stats)Creates a new FieldMemoryStats instance
-