Uses of Interface
com.carrotsearch.hppc.ObjectCollection
-
Packages that use ObjectCollection Package Description com.carrotsearch.hppc -
-
Uses of ObjectCollection in com.carrotsearch.hppc
Subinterfaces of ObjectCollection in com.carrotsearch.hppc Modifier and Type Interface Description interfaceObjectDeque<KType>A linear collection that supports element insertion and removal at both ends.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 (package private) classAbstractObjectCollection<KType>Common superclass for collections.private classByteObjectHashMap.ValuesContainerA view over the set of values of this map.private classCharObjectHashMap.ValuesContainerA view over the set of values of this map.private classDoubleObjectHashMap.ValuesContainerA view over the set of values of this map.private classFloatObjectHashMap.ValuesContainerA view over the set of values of this map.private classIntObjectHashMap.ValuesContainerA view over the set of values of this map.private classLongObjectHashMap.ValuesContainerA view over the set of values of this map.classObjectArrayDeque<KType>An array-backedObjectDeque.classObjectArrayList<KType>An array-backed list of Objects.classObjectByteHashMap.KeysContainerA view of the keys inside this hash map.classObjectCharHashMap.KeysContainerA view of the keys inside this hash map.classObjectDoubleHashMap.KeysContainerA view of the keys inside this hash map.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.classObjectIdentityHashSet<KType>A reference-equality (identity) hash set.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.private classObjectObjectHashMap.ValuesContainerA view over the set of values of this map.classObjectScatterSet<KType>Same asObjectHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.classObjectShortHashMap.KeysContainerA view of the keys inside this hash map.classObjectStack<KType>A subclass ofObjectArrayListadding stack-related utility methods.private classShortObjectHashMap.ValuesContainerA view over the set of values of this map.Methods in com.carrotsearch.hppc that return ObjectCollection Modifier and Type Method Description ObjectCollection<KType>ObjectByteAssociativeContainer. keys()Returns a collection of keys of this container.ObjectCollection<KType>ObjectCharAssociativeContainer. keys()Returns a collection of keys of this container.ObjectCollection<KType>ObjectDoubleAssociativeContainer. keys()Returns a collection of keys of this container.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<KType>ObjectShortAssociativeContainer. keys()Returns a collection of keys of this container.ObjectCollection<VType>ByteObjectHashMap. values()ObjectCollection<VType>CharObjectHashMap. values()ObjectCollection<VType>DoubleObjectHashMap. values()ObjectCollection<VType>FloatObjectHashMap. values()ObjectCollection<VType>IntObjectHashMap. values()ObjectCollection<VType>LongObjectHashMap. values()ObjectCollection<VType>ObjectObjectHashMap. values()ObjectCollection<VType>ShortObjectHashMap. values()
-