Uses of Interface
com.carrotsearch.hppc.ObjectLookupContainer
-
Packages that use ObjectLookupContainer Package Description com.carrotsearch.hppc org.elasticsearch.common.collect -
-
Uses of ObjectLookupContainer in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectLookupContainer Modifier and Type Class Description classObjectFloatHashMap.KeysContainerA view of the keys inside this hash map.classObjectHashSet<KType>A hash set ofObjects, implemented using using open addressing with linear probing for collision resolution.classObjectIntHashMap.KeysContainerA view of the keys inside this hash map.classObjectLongHashMap.KeysContainerA view of the keys inside this hash map.classObjectObjectHashMap.KeysContainerA view of the keys inside this hash map.Methods in com.carrotsearch.hppc with parameters of type ObjectLookupContainer Modifier and Type Method Description intObjectCollection. removeAll(ObjectLookupContainer<? super KType> c)Removes all elements in this collection that are present inc.intObjectCollection. retainAll(ObjectLookupContainer<? super KType> c)Keeps all elements in this collection that are present inc. -
Uses of ObjectLookupContainer in org.elasticsearch.common.collect
Methods in org.elasticsearch.common.collect that return ObjectLookupContainer Modifier and Type Method Description ObjectLookupContainer<KType>ImmutableOpenMap. keys()Returns a specialized view of the keys of this associated container.Methods in org.elasticsearch.common.collect with parameters of type ObjectLookupContainer Modifier and Type Method Description static <T> Iterable<T>HppcMaps. intersection(ObjectLookupContainer<T> container1, ObjectLookupContainer<T> container2)
-