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 TypeInterfaceDescriptioninterface
A linear collection that supports element insertion and removal at both ends.interface
An indexed container provides random access to elements based on anindex
.interface
A set offloat
s.Classes in com.carrotsearch.hppc that implement FloatCollectionModifier and TypeClassDescription(package private) class
Common superclass for collections.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.class
An array-backedFloatDeque
.class
An array-backed list of floats.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.private final class
A view over the set of values of this map.class
A hash set offloat
s, implemented using using open addressing with linear probing for collision resolution.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.final class
A view of the keys inside this hash map.class
Same asFloatHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.final class
A view of the keys inside this hash map.class
A subclass ofFloatArrayList
adding stack-related utility methods.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A view over the set of values of this map.private final class
A 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()