Uses of Interface
com.carrotsearch.hppc.FloatCollection
-
Packages that use FloatCollection Package Description com.carrotsearch.hppc -
-
Uses of FloatCollection in com.carrotsearch.hppc
Subinterfaces of FloatCollection in com.carrotsearch.hppc Modifier and Type Interface Description interfaceFloatDequeA linear collection that supports element insertion and removal at both ends.interfaceFloatIndexedContainerAn indexed container provides random access to elements based on anindex.interfaceFloatSetA set offloats.Classes in com.carrotsearch.hppc that implement FloatCollection Modifier and Type Class Description (package private) classAbstractFloatCollectionCommon superclass for collections.private classByteFloatHashMap.ValuesContainerA view over the set of values of this map.private classCharFloatHashMap.ValuesContainerA view over the set of values of this map.private classDoubleFloatHashMap.ValuesContainerA view over the set of values of this map.classFloatArrayDequeAn array-backedFloatDeque.classFloatArrayListAn array-backed list of floats.classFloatByteHashMap.KeysContainerA view of the keys inside this hash map.classFloatCharHashMap.KeysContainerA view of the keys inside this hash map.classFloatDoubleHashMap.KeysContainerA view of the keys inside this hash map.classFloatFloatHashMap.KeysContainerA view of the keys inside this hash map.private classFloatFloatHashMap.ValuesContainerA view over the set of values of this map.classFloatHashSetA hash set offloats, implemented using using open addressing with linear probing for collision resolution.classFloatIntHashMap.KeysContainerA view of the keys inside this hash map.classFloatLongHashMap.KeysContainerA view of the keys inside this hash map.classFloatObjectHashMap.KeysContainerA view of the keys inside this hash map.classFloatScatterSetSame asFloatHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.classFloatShortHashMap.KeysContainerA view of the keys inside this hash map.classFloatStackA subclass ofFloatArrayListadding stack-related utility methods.private classIntFloatHashMap.ValuesContainerA view over the set of values of this map.private classLongFloatHashMap.ValuesContainerA view over the set of values of this map.private classObjectFloatHashMap.ValuesContainerA view over the set of values of this map.private classShortFloatHashMap.ValuesContainerA view over the set of values of this map.Methods in com.carrotsearch.hppc that return FloatCollection Modifier and Type Method Description FloatCollectionFloatByteAssociativeContainer. keys()Returns a collection of keys of this container.FloatCollectionFloatCharAssociativeContainer. keys()Returns a collection of keys of this container.FloatCollectionFloatDoubleAssociativeContainer. keys()Returns a collection of keys of this container.FloatCollectionFloatFloatAssociativeContainer. keys()Returns a collection of keys of this container.FloatCollectionFloatIntAssociativeContainer. keys()Returns a collection of keys of this container.FloatCollectionFloatLongAssociativeContainer. keys()Returns a collection of keys of this container.FloatCollectionFloatObjectAssociativeContainer. keys()Returns a collection of keys of this container.FloatCollectionFloatShortAssociativeContainer. keys()Returns a collection of keys of this container.FloatCollectionByteFloatHashMap. values()FloatCollectionCharFloatHashMap. values()FloatCollectionDoubleFloatHashMap. values()FloatCollectionFloatFloatHashMap. values()FloatCollectionIntFloatHashMap. values()FloatCollectionLongFloatHashMap. values()FloatCollectionObjectFloatHashMap. values()FloatCollectionShortFloatHashMap. values()
-