Uses of Interface
com.carrotsearch.hppc.IntObjectMap
-
Packages that use IntObjectMap Package Description com.carrotsearch.hppc org.elasticsearch.common.collect -
-
Uses of IntObjectMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement IntObjectMap Modifier and Type Class Description classIntObjectHashMap<VType>A hash map ofinttoObject, implemented using open addressing with linear probing for collision resolution. -
Uses of IntObjectMap in org.elasticsearch.common.collect
Classes in org.elasticsearch.common.collect that implement IntObjectMap Modifier and Type Class Description static classImmutableOpenIntMap.Builder<VType>
-