Uses of Interface
com.carrotsearch.hppc.IntLookupContainer
-
Packages that use IntLookupContainer Package Description com.carrotsearch.hppc org.elasticsearch.common.collect -
-
Uses of IntLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement IntLookupContainer Modifier and Type Class Description classIntHashSetA hash set ofints, implemented using using open addressing with linear probing for collision resolution.classIntObjectHashMap.KeysContainerA view of the keys inside this hash map.Methods in com.carrotsearch.hppc with parameters of type IntLookupContainer Modifier and Type Method Description intIntCollection. removeAll(IntLookupContainer c)Removes all elements in this collection that are present inc.intIntCollection. retainAll(IntLookupContainer c)Keeps all elements in this collection that are present inc. -
Uses of IntLookupContainer in org.elasticsearch.common.collect
Methods in org.elasticsearch.common.collect that return IntLookupContainer Modifier and Type Method Description IntLookupContainerImmutableOpenIntMap. keys()Returns a specialized view of the keys of this associated container.
-