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 interfaceDoubleDequeA linear collection that supports element insertion and removal at both ends.interfaceDoubleIndexedContainerAn indexed container provides random access to elements based on anindex.interfaceDoubleSetA set ofdoubles.Classes in com.carrotsearch.hppc that implement DoubleCollection Modifier and Type Class Description (package private) classAbstractDoubleCollectionCommon superclass for collections.private classByteDoubleHashMap.ValuesContainerA view over the set of values of this map.private classCharDoubleHashMap.ValuesContainerA view over the set of values of this map.classDoubleArrayDequeAn array-backedDoubleDeque.classDoubleArrayListAn array-backed list of doubles.classDoubleByteHashMap.KeysContainerA view of the keys inside this hash map.classDoubleCharHashMap.KeysContainerA view of the keys inside this hash map.classDoubleDoubleHashMap.KeysContainerA view of the keys inside this hash map.private classDoubleDoubleHashMap.ValuesContainerA view over the set of values of this map.classDoubleFloatHashMap.KeysContainerA view of the keys inside this hash map.classDoubleHashSetA hash set ofdoubles, implemented using using open addressing with linear probing for collision resolution.classDoubleIntHashMap.KeysContainerA view of the keys inside this hash map.classDoubleLongHashMap.KeysContainerA view of the keys inside this hash map.classDoubleObjectHashMap.KeysContainerA view of the keys inside this hash map.classDoubleScatterSetSame asDoubleHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.classDoubleShortHashMap.KeysContainerA view of the keys inside this hash map.classDoubleStackA subclass ofDoubleArrayListadding stack-related utility methods.private classFloatDoubleHashMap.ValuesContainerA view over the set of values of this map.private classIntDoubleHashMap.ValuesContainerA view over the set of values of this map.private classLongDoubleHashMap.ValuesContainerA view over the set of values of this map.private classObjectDoubleHashMap.ValuesContainerA view over the set of values of this map.private classShortDoubleHashMap.ValuesContainerA view over the set of values of this map.Methods in com.carrotsearch.hppc that return DoubleCollection Modifier and Type Method Description DoubleCollectionDoubleByteAssociativeContainer. keys()Returns a collection of keys of this container.DoubleCollectionDoubleCharAssociativeContainer. keys()Returns a collection of keys of this container.DoubleCollectionDoubleDoubleAssociativeContainer. keys()Returns a collection of keys of this container.DoubleCollectionDoubleFloatAssociativeContainer. keys()Returns a collection of keys of this container.DoubleCollectionDoubleIntAssociativeContainer. keys()Returns a collection of keys of this container.DoubleCollectionDoubleLongAssociativeContainer. keys()Returns a collection of keys of this container.DoubleCollectionDoubleObjectAssociativeContainer. keys()Returns a collection of keys of this container.DoubleCollectionDoubleShortAssociativeContainer. keys()Returns a collection of keys of this container.DoubleCollectionByteDoubleHashMap. values()DoubleCollectionCharDoubleHashMap. values()DoubleCollectionDoubleDoubleHashMap. values()DoubleCollectionFloatDoubleHashMap. values()DoubleCollectionIntDoubleHashMap. values()DoubleCollectionLongDoubleHashMap. values()DoubleCollectionObjectDoubleHashMap. values()DoubleCollectionShortDoubleHashMap. values()
-