Uses of Interface
com.carrotsearch.hppc.FloatCollection
Packages that use FloatCollection
-
Uses of FloatCollection in com.carrotsearch.hppc
Subinterfaces of FloatCollection 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 offloats.Classes in com.carrotsearch.hppc that implement FloatCollectionModifier and TypeClassDescription(package private) classCommon superclass for collections.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.classAn array-backedFloatDeque.classAn array-backed list of floats.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.private final classA view over the set of values of this map.classA hash set offloats, 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 asFloatHashSetbut 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 ofFloatArrayListadding stack-related utility methods.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.private final classA view over the set of values of this map.Methods in com.carrotsearch.hppc that return FloatCollectionModifier and TypeMethodDescriptionFloatByteAssociativeContainer.keys()Returns a collection of keys of this container.FloatCharAssociativeContainer.keys()Returns a collection of keys of this container.FloatDoubleAssociativeContainer.keys()Returns a collection of keys of this container.FloatFloatAssociativeContainer.keys()Returns a collection of keys of this container.FloatIntAssociativeContainer.keys()Returns a collection of keys of this container.FloatLongAssociativeContainer.keys()Returns a collection of keys of this container.FloatObjectAssociativeContainer.keys()Returns a collection of keys of this container.FloatShortAssociativeContainer.keys()Returns a collection of keys of this container.ByteFloatHashMap.values()CharFloatHashMap.values()DoubleFloatHashMap.values()FloatFloatHashMap.values()IntFloatHashMap.values()LongFloatHashMap.values()ObjectFloatHashMap.values()ShortFloatHashMap.values()