Uses of Interface
com.carrotsearch.hppc.ObjectCollection
-
Packages that use ObjectCollection Package Description com.carrotsearch.hppc org.elasticsearch.common.collect -
-
Uses of ObjectCollection in com.carrotsearch.hppc
Subinterfaces of ObjectCollection in com.carrotsearch.hppc Modifier and Type Interface Description interfaceObjectIndexedContainer<KType>An indexed container provides random access to elements based on anindex.interfaceObjectSet<KType>A set ofObjects.Classes in com.carrotsearch.hppc that implement ObjectCollection Modifier and Type Class Description classObjectArrayList<KType>An array-backed list of Objects.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 that return ObjectCollection Modifier and Type Method Description ObjectCollection<KType>ObjectFloatAssociativeContainer. keys()Returns a collection of keys of this container.ObjectCollection<KType>ObjectIntAssociativeContainer. keys()Returns a collection of keys of this container.ObjectCollection<KType>ObjectLongAssociativeContainer. keys()Returns a collection of keys of this container.ObjectCollection<KType>ObjectObjectAssociativeContainer. keys()Returns a collection of keys of this container.ObjectCollection<VType>IntObjectHashMap. values()ObjectCollection<VType>LongObjectHashMap. values()ObjectCollection<VType>ObjectObjectHashMap. values() -
Uses of ObjectCollection in org.elasticsearch.common.collect
Methods in org.elasticsearch.common.collect that return ObjectCollection Modifier and Type Method Description ObjectCollection<KType>ImmutableOpenMap.Builder. keys()
-