Uses of Interface
com.carrotsearch.hppc.ShortCollection
-
Packages that use ShortCollection Package Description com.carrotsearch.hppc -
-
Uses of ShortCollection in com.carrotsearch.hppc
Subinterfaces of ShortCollection in com.carrotsearch.hppc Modifier and Type Interface Description interface
ShortDeque
A linear collection that supports element insertion and removal at both ends.interface
ShortIndexedContainer
An indexed container provides random access to elements based on anindex
.interface
ShortSet
A set ofshort
s.Classes in com.carrotsearch.hppc that implement ShortCollection Modifier and Type Class Description (package private) class
AbstractShortCollection
Common superclass for collections.private class
ByteShortHashMap.ValuesContainer
A view over the set of values of this map.private class
CharShortHashMap.ValuesContainer
A view over the set of values of this map.private class
DoubleShortHashMap.ValuesContainer
A view over the set of values of this map.private class
FloatShortHashMap.ValuesContainer
A view over the set of values of this map.private class
IntShortHashMap.ValuesContainer
A view over the set of values of this map.private class
LongShortHashMap.ValuesContainer
A view over the set of values of this map.private class
ObjectShortHashMap.ValuesContainer
A view over the set of values of this map.class
ShortArrayDeque
An array-backedShortDeque
.class
ShortArrayList
An array-backed list of shorts.class
ShortByteHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortCharHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortDoubleHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortFloatHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortHashSet
A hash set ofshort
s, implemented using using open addressing with linear probing for collision resolution.class
ShortIntHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortLongHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortObjectHashMap.KeysContainer
A view of the keys inside this hash map.class
ShortScatterSet
Same asShortHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.class
ShortShortHashMap.KeysContainer
A view of the keys inside this hash map.private class
ShortShortHashMap.ValuesContainer
A view over the set of values of this map.class
ShortStack
A subclass ofShortArrayList
adding stack-related utility methods.Methods in com.carrotsearch.hppc that return ShortCollection Modifier and Type Method Description ShortCollection
ShortByteAssociativeContainer. keys()
Returns a collection of keys of this container.ShortCollection
ShortCharAssociativeContainer. keys()
Returns a collection of keys of this container.ShortCollection
ShortDoubleAssociativeContainer. keys()
Returns a collection of keys of this container.ShortCollection
ShortFloatAssociativeContainer. keys()
Returns a collection of keys of this container.ShortCollection
ShortIntAssociativeContainer. keys()
Returns a collection of keys of this container.ShortCollection
ShortLongAssociativeContainer. keys()
Returns a collection of keys of this container.ShortCollection
ShortObjectAssociativeContainer. keys()
Returns a collection of keys of this container.ShortCollection
ShortShortAssociativeContainer. keys()
Returns a collection of keys of this container.ShortCollection
ByteShortHashMap. values()
ShortCollection
CharShortHashMap. values()
ShortCollection
DoubleShortHashMap. values()
ShortCollection
FloatShortHashMap. values()
ShortCollection
IntShortHashMap. values()
ShortCollection
LongShortHashMap. values()
ShortCollection
ObjectShortHashMap. values()
ShortCollection
ShortShortHashMap. values()
-