Uses of Class
com.carrotsearch.hppc.ObjectIntHashMap
-
Packages that use ObjectIntHashMap Package Description com.carrotsearch.hppc org.elasticsearch.action.admin.cluster.stats org.elasticsearch.cluster.routing org.elasticsearch.common.collect -
-
Uses of ObjectIntHashMap in com.carrotsearch.hppc
Subclasses of ObjectIntHashMap in com.carrotsearch.hppc Modifier and Type Class Description classObjectIntScatterMap<KType>Same asObjectIntHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods 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. -
Uses of ObjectIntHashMap in org.elasticsearch.action.admin.cluster.stats
Methods in org.elasticsearch.action.admin.cluster.stats that return ObjectIntHashMap Modifier and Type Method Description ObjectIntHashMap<ClusterStatsNodes.JvmVersion>ClusterStatsNodes.JvmStats. getVersions() -
Uses of ObjectIntHashMap in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing that return ObjectIntHashMap Modifier and Type Method Description ObjectIntHashMap<String>RoutingNodes. nodesPerAttributesCounts(String attributeName) -
Uses of ObjectIntHashMap in org.elasticsearch.common.collect
Methods in org.elasticsearch.common.collect that return ObjectIntHashMap Modifier and Type Method Description static <V> ObjectIntHashMap<V>HppcMaps.Object.Integer. ensureNoNullKeys(int capacity, float loadFactor)
-