Uses of Interface
com.carrotsearch.hppc.DoubleCollection
Packages that use DoubleCollection
-
Uses of DoubleCollection in com.carrotsearch.hppc
Subinterfaces of DoubleCollection in com.carrotsearch.hppcModifier and TypeInterfaceDescriptioninterfaceA linear collection that supports element insertion and removal at both ends.interfaceAn indexed container provides random access to elements based on anindex.interfaceA set ofdoubles.Classes in com.carrotsearch.hppc that implement DoubleCollectionModifier and TypeClassDescriptionclassAn array-backedDoubleDeque.classAn array-backed list of doubles.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.classA hash set ofdoubles, implemented using using open addressing with linear probing for collision resolution.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.final classA view of the keys inside this hash map.classSame asDoubleHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.final classA view of the keys inside this hash map.classA subclass ofDoubleArrayListadding stack-related utility methods.Methods in com.carrotsearch.hppc that return DoubleCollectionModifier and TypeMethodDescriptionDoubleByteAssociativeContainer.keys()Returns a collection of keys of this container.DoubleCharAssociativeContainer.keys()Returns a collection of keys of this container.DoubleDoubleAssociativeContainer.keys()Returns a collection of keys of this container.DoubleFloatAssociativeContainer.keys()Returns a collection of keys of this container.DoubleIntAssociativeContainer.keys()Returns a collection of keys of this container.DoubleLongAssociativeContainer.keys()Returns a collection of keys of this container.DoubleObjectAssociativeContainer.keys()Returns a collection of keys of this container.DoubleShortAssociativeContainer.keys()Returns a collection of keys of this container.ByteDoubleHashMap.values()CharDoubleHashMap.values()DoubleDoubleHashMap.values()FloatDoubleHashMap.values()IntDoubleHashMap.values()LongDoubleHashMap.values()ObjectDoubleHashMap.values()ShortDoubleHashMap.values()