Uses of Interface
com.carrotsearch.hppc.ShortCollection
Packages that use ShortCollection
-
Uses of ShortCollection in com.carrotsearch.hppc
Subinterfaces of ShortCollection in com.carrotsearch.hppcModifier and TypeInterfaceDescriptioninterface
A linear collection that supports element insertion and removal at both ends.interface
An indexed container provides random access to elements based on anindex
.interface
A set ofshort
s.Classes in com.carrotsearch.hppc that implement ShortCollectionModifier and TypeClassDescription(package private) class
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.private final class
A view over the set of values of this map.class
An array-backedShortDeque
.class
An array-backed list of shorts.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
A hash set ofshort
s, implemented using using open addressing with linear probing for collision resolution.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
Same asShortHashSet
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.private final class
A view over the set of values of this map.class
A subclass ofShortArrayList
adding stack-related utility methods.Methods in com.carrotsearch.hppc that return ShortCollectionModifier and TypeMethodDescriptionShortByteAssociativeContainer.keys()
Returns a collection of keys of this container.ShortCharAssociativeContainer.keys()
Returns a collection of keys of this container.ShortDoubleAssociativeContainer.keys()
Returns a collection of keys of this container.ShortFloatAssociativeContainer.keys()
Returns a collection of keys of this container.ShortIntAssociativeContainer.keys()
Returns a collection of keys of this container.ShortLongAssociativeContainer.keys()
Returns a collection of keys of this container.ShortObjectAssociativeContainer.keys()
Returns a collection of keys of this container.ShortShortAssociativeContainer.keys()
Returns a collection of keys of this container.ByteShortHashMap.values()
CharShortHashMap.values()
DoubleShortHashMap.values()
FloatShortHashMap.values()
IntShortHashMap.values()
LongShortHashMap.values()
ObjectShortHashMap.values()
ShortShortHashMap.values()