Uses of Interface
com.carrotsearch.hppc.IntObjectAssociativeContainer
-
Packages that use IntObjectAssociativeContainer Package Description com.carrotsearch.hppc org.elasticsearch.common.collect -
-
Uses of IntObjectAssociativeContainer in com.carrotsearch.hppc
Subinterfaces of IntObjectAssociativeContainer in com.carrotsearch.hppc Modifier and Type Interface Description interfaceIntObjectMap<VType>An associative container with unique binding from keys to a single value.Classes in com.carrotsearch.hppc that implement IntObjectAssociativeContainer Modifier and Type Class Description classIntObjectHashMap<VType>A hash map ofinttoObject, implemented using open addressing with linear probing for collision resolution.Methods in com.carrotsearch.hppc with parameters of type IntObjectAssociativeContainer Modifier and Type Method Description intIntObjectHashMap. putAll(IntObjectAssociativeContainer<? extends VType> container)Puts all keys from another container to this map, replacing the values of existing keys, if such keys are present.intIntObjectMap. putAll(IntObjectAssociativeContainer<? extends VType> container)Puts all keys from another container to this map, replacing the values of existing keys, if such keys are present.Constructors in com.carrotsearch.hppc with parameters of type IntObjectAssociativeContainer Constructor Description IntObjectHashMap(IntObjectAssociativeContainer<? extends VType> container)Create a hash map from all key-value pairs of another container. -
Uses of IntObjectAssociativeContainer in org.elasticsearch.common.collect
Classes in org.elasticsearch.common.collect that implement IntObjectAssociativeContainer Modifier and Type Class Description static classImmutableOpenIntMap.Builder<VType>Methods in org.elasticsearch.common.collect with parameters of type IntObjectAssociativeContainer Modifier and Type Method Description intImmutableOpenIntMap.Builder. putAll(IntObjectAssociativeContainer<? extends VType> container)
-