Uses of Interface
com.carrotsearch.hppc.LongCollection
-
Packages that use LongCollection Package Description com.carrotsearch.hppc -
-
Uses of LongCollection in com.carrotsearch.hppc
Subinterfaces of LongCollection in com.carrotsearch.hppc Modifier and Type Interface Description interface
LongDeque
A linear collection that supports element insertion and removal at both ends.interface
LongIndexedContainer
An indexed container provides random access to elements based on anindex
.interface
LongSet
A set oflong
s.Classes in com.carrotsearch.hppc that implement LongCollection Modifier and Type Class Description (package private) class
AbstractLongCollection
Common superclass for collections.private class
ByteLongHashMap.ValuesContainer
A view over the set of values of this map.private class
CharLongHashMap.ValuesContainer
A view over the set of values of this map.private class
DoubleLongHashMap.ValuesContainer
A view over the set of values of this map.private class
FloatLongHashMap.ValuesContainer
A view over the set of values of this map.private class
IntLongHashMap.ValuesContainer
A view over the set of values of this map.class
LongArrayDeque
An array-backedLongDeque
.class
LongArrayList
An array-backed list of longs.class
LongByteHashMap.KeysContainer
A view of the keys inside this hash map.class
LongCharHashMap.KeysContainer
A view of the keys inside this hash map.class
LongDoubleHashMap.KeysContainer
A view of the keys inside this hash map.class
LongFloatHashMap.KeysContainer
A view of the keys inside this hash map.class
LongHashSet
A hash set oflong
s, implemented using using open addressing with linear probing for collision resolution.class
LongIntHashMap.KeysContainer
A view of the keys inside this hash map.class
LongLongHashMap.KeysContainer
A view of the keys inside this hash map.private class
LongLongHashMap.ValuesContainer
A view over the set of values of this map.class
LongObjectHashMap.KeysContainer
A view of the keys inside this hash map.class
LongScatterSet
Same asLongHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.class
LongShortHashMap.KeysContainer
A view of the keys inside this hash map.class
LongStack
A subclass ofLongArrayList
adding stack-related utility methods.private class
ObjectLongHashMap.ValuesContainer
A view over the set of values of this map.private class
ShortLongHashMap.ValuesContainer
A view over the set of values of this map.Methods in com.carrotsearch.hppc that return LongCollection Modifier and Type Method Description LongCollection
LongByteAssociativeContainer. keys()
Returns a collection of keys of this container.LongCollection
LongCharAssociativeContainer. keys()
Returns a collection of keys of this container.LongCollection
LongDoubleAssociativeContainer. keys()
Returns a collection of keys of this container.LongCollection
LongFloatAssociativeContainer. keys()
Returns a collection of keys of this container.LongCollection
LongIntAssociativeContainer. keys()
Returns a collection of keys of this container.LongCollection
LongLongAssociativeContainer. keys()
Returns a collection of keys of this container.LongCollection
LongObjectAssociativeContainer. keys()
Returns a collection of keys of this container.LongCollection
LongShortAssociativeContainer. keys()
Returns a collection of keys of this container.LongCollection
ByteLongHashMap. values()
LongCollection
CharLongHashMap. values()
LongCollection
DoubleLongHashMap. values()
LongCollection
FloatLongHashMap. values()
LongCollection
IntLongHashMap. values()
LongCollection
LongLongHashMap. values()
LongCollection
ObjectLongHashMap. values()
LongCollection
ShortLongHashMap. values()
-