Uses of Interface
com.carrotsearch.hppc.ObjectCollection
Packages that use ObjectCollection
-
Uses of ObjectCollection in com.carrotsearch.hppc
Subinterfaces of ObjectCollection in com.carrotsearch.hppcModifier and TypeInterfaceDescriptioninterface
ObjectDeque<KType>
A linear collection that supports element insertion and removal at both ends.interface
ObjectIndexedContainer<KType>
An indexed container provides random access to elements based on anindex
.interface
ObjectSet<KType>
A set ofObject
s.Classes in com.carrotsearch.hppc that implement ObjectCollectionModifier and TypeClassDescription(package private) class
AbstractObjectCollection<KType>
Common superclass for collections.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.class
ObjectArrayDeque<KType>
An array-backedObjectDeque
.class
ObjectArrayList<KType>
An array-backed list of Objects.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.class
ObjectHashSet<KType>
A hash set ofObject
s, implemented using using open addressing with linear probing for collision resolution.class
ObjectIdentityHashSet<KType>
A reference-equality (identity) hash set.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.private final class
A view over the set of values of this map.class
ObjectScatterSet<KType>
Same asObjectHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.final class
A view of the keys inside this hash map.class
ObjectStack<KType>
A subclass ofObjectArrayList
adding stack-related utility methods.private final class
A view over the set of values of this map.Methods in com.carrotsearch.hppc that return ObjectCollectionModifier and TypeMethodDescriptionObjectByteAssociativeContainer.keys()
Returns a collection of keys of this container.ObjectCharAssociativeContainer.keys()
Returns a collection of keys of this container.ObjectDoubleAssociativeContainer.keys()
Returns a collection of keys of this container.ObjectFloatAssociativeContainer.keys()
Returns a collection of keys of this container.ObjectIntAssociativeContainer.keys()
Returns a collection of keys of this container.ObjectLongAssociativeContainer.keys()
Returns a collection of keys of this container.ObjectObjectAssociativeContainer.keys()
Returns a collection of keys of this container.ObjectShortAssociativeContainer.keys()
Returns a collection of keys of this container.ByteObjectHashMap.values()
CharObjectHashMap.values()
DoubleObjectHashMap.values()
FloatObjectHashMap.values()
IntObjectHashMap.values()
LongObjectHashMap.values()
ObjectObjectHashMap.values()
ShortObjectHashMap.values()