Uses of Interface
com.carrotsearch.hppc.DoubleCollection
-
Packages that use DoubleCollection Package Description com.carrotsearch.hppc -
-
Uses of DoubleCollection in com.carrotsearch.hppc
Subinterfaces of DoubleCollection in com.carrotsearch.hppc Modifier and Type Interface Description interface
DoubleDeque
A linear collection that supports element insertion and removal at both ends.interface
DoubleIndexedContainer
An indexed container provides random access to elements based on anindex
.interface
DoubleSet
A set ofdouble
s.Classes in com.carrotsearch.hppc that implement DoubleCollection Modifier and Type Class Description class
DoubleArrayDeque
An array-backedDoubleDeque
.class
DoubleArrayList
An array-backed list of doubles.class
DoubleByteHashMap.KeysContainer
A view of the keys inside this hash map.class
DoubleCharHashMap.KeysContainer
A view of the keys inside this hash map.class
DoubleDoubleHashMap.KeysContainer
A view of the keys inside this hash map.class
DoubleFloatHashMap.KeysContainer
A view of the keys inside this hash map.class
DoubleHashSet
A hash set ofdouble
s, implemented using using open addressing with linear probing for collision resolution.class
DoubleIntHashMap.KeysContainer
A view of the keys inside this hash map.class
DoubleLongHashMap.KeysContainer
A view of the keys inside this hash map.class
DoubleObjectHashMap.KeysContainer
A view of the keys inside this hash map.class
DoubleScatterSet
Same asDoubleHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.class
DoubleShortHashMap.KeysContainer
A view of the keys inside this hash map.class
DoubleStack
A subclass ofDoubleArrayList
adding stack-related utility methods.Methods in com.carrotsearch.hppc that return DoubleCollection Modifier and Type Method Description DoubleCollection
DoubleByteAssociativeContainer. keys()
Returns a collection of keys of this container.DoubleCollection
DoubleCharAssociativeContainer. keys()
Returns a collection of keys of this container.DoubleCollection
DoubleDoubleAssociativeContainer. keys()
Returns a collection of keys of this container.DoubleCollection
DoubleFloatAssociativeContainer. keys()
Returns a collection of keys of this container.DoubleCollection
DoubleIntAssociativeContainer. keys()
Returns a collection of keys of this container.DoubleCollection
DoubleLongAssociativeContainer. keys()
Returns a collection of keys of this container.DoubleCollection
DoubleObjectAssociativeContainer. keys()
Returns a collection of keys of this container.DoubleCollection
DoubleShortAssociativeContainer. keys()
Returns a collection of keys of this container.DoubleCollection
ByteDoubleHashMap. values()
DoubleCollection
CharDoubleHashMap. values()
DoubleCollection
DoubleDoubleHashMap. values()
DoubleCollection
FloatDoubleHashMap. values()
DoubleCollection
IntDoubleHashMap. values()
DoubleCollection
LongDoubleHashMap. values()
DoubleCollection
ObjectDoubleHashMap. values()
DoubleCollection
ShortDoubleHashMap. values()
-