Uses of Class
com.carrotsearch.hppc.ObjectObjectHashMap
-
Packages that use ObjectObjectHashMap Package Description com.carrotsearch.hppc org.elasticsearch.common.collect org.elasticsearch.search.dfs -
-
Uses of ObjectObjectHashMap in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return ObjectObjectHashMap Modifier and Type Method Description ObjectObjectHashMap<KType,VType>ObjectObjectHashMap. clone()static <KType,VType>
ObjectObjectHashMap<KType,VType>ObjectObjectHashMap. from(KType[] 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 ObjectObjectHashMap Modifier and Type Method Description protected booleanObjectObjectHashMap. equalElements(ObjectObjectHashMap<?,?> other)Return true if all keys of some other container exist in this container. -
Uses of ObjectObjectHashMap in org.elasticsearch.common.collect
Methods in org.elasticsearch.common.collect that return ObjectObjectHashMap Modifier and Type Method Description static <K,V>
ObjectObjectHashMap<K,V>HppcMaps. ensureNoNullKeys(int expectedElements)Wraps the given map and prevent adding ofnullkeys.static <K,V>
ObjectObjectHashMap<K,V>HppcMaps. newMap()Returns a new map with a default initial capacity.static <K,V>
ObjectObjectHashMap<K,V>HppcMaps. newMap(int expectedElements)Returns a new map with the given number of expected elements.static <K,V>
ObjectObjectHashMap<K,V>HppcMaps. newNoNullKeysMap()Returns a map likeHppcMaps.newMap()that does not acceptnullkeysstatic <K,V>
ObjectObjectHashMap<K,V>HppcMaps. newNoNullKeysMap(int expectedElements)Returns a map likeHppcMaps.newMap(int)that does not acceptnullkeys -
Uses of ObjectObjectHashMap in org.elasticsearch.search.dfs
Methods in org.elasticsearch.search.dfs that return ObjectObjectHashMap Modifier and Type Method Description ObjectObjectHashMap<String,CollectionStatistics>AggregatedDfs. fieldStatistics()ObjectObjectHashMap<String,CollectionStatistics>DfsSearchResult. fieldStatistics()ObjectObjectHashMap<Term,TermStatistics>AggregatedDfs. termStatistics()Methods in org.elasticsearch.search.dfs with parameters of type ObjectObjectHashMap Modifier and Type Method Description DfsSearchResultDfsSearchResult. fieldStatistics(ObjectObjectHashMap<String,CollectionStatistics> fieldStatistics)static voidDfsSearchResult. writeFieldStats(StreamOutput out, ObjectObjectHashMap<String,CollectionStatistics> fieldStatistics)Constructors in org.elasticsearch.search.dfs with parameters of type ObjectObjectHashMap Constructor Description AggregatedDfs(ObjectObjectHashMap<Term,TermStatistics> termStatistics, ObjectObjectHashMap<String,CollectionStatistics> fieldStatistics, long maxDoc)
-