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 interface
FloatDeque
A linear collection that supports element insertion and removal at both ends.interface
FloatIndexedContainer
An indexed container provides random access to elements based on anindex
.interface
FloatSet
A set offloat
s.Classes in com.carrotsearch.hppc that implement FloatCollection Modifier and Type Class Description (package private) class
AbstractFloatCollection
Common superclass for collections.private class
ByteFloatHashMap.ValuesContainer
A view over the set of values of this map.private class
CharFloatHashMap.ValuesContainer
A view over the set of values of this map.private class
DoubleFloatHashMap.ValuesContainer
A view over the set of values of this map.class
FloatArrayDeque
An array-backedFloatDeque
.class
FloatArrayList
An array-backed list of floats.class
FloatByteHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatCharHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatDoubleHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatFloatHashMap.KeysContainer
A view of the keys inside this hash map.private class
FloatFloatHashMap.ValuesContainer
A view over the set of values of this map.class
FloatHashSet
A hash set offloat
s, implemented using using open addressing with linear probing for collision resolution.class
FloatIntHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatLongHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatObjectHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatScatterSet
Same asFloatHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.class
FloatShortHashMap.KeysContainer
A view of the keys inside this hash map.class
FloatStack
A subclass ofFloatArrayList
adding stack-related utility methods.private class
IntFloatHashMap.ValuesContainer
A view over the set of values of this map.private class
LongFloatHashMap.ValuesContainer
A view over the set of values of this map.private class
ObjectFloatHashMap.ValuesContainer
A view over the set of values of this map.private class
ShortFloatHashMap.ValuesContainer
A view over the set of values of this map.Methods in com.carrotsearch.hppc that return FloatCollection Modifier and Type Method Description FloatCollection
FloatByteAssociativeContainer. keys()
Returns a collection of keys of this container.FloatCollection
FloatCharAssociativeContainer. keys()
Returns a collection of keys of this container.FloatCollection
FloatDoubleAssociativeContainer. keys()
Returns a collection of keys of this container.FloatCollection
FloatFloatAssociativeContainer. keys()
Returns a collection of keys of this container.FloatCollection
FloatIntAssociativeContainer. keys()
Returns a collection of keys of this container.FloatCollection
FloatLongAssociativeContainer. keys()
Returns a collection of keys of this container.FloatCollection
FloatObjectAssociativeContainer. keys()
Returns a collection of keys of this container.FloatCollection
FloatShortAssociativeContainer. keys()
Returns a collection of keys of this container.FloatCollection
ByteFloatHashMap. values()
FloatCollection
CharFloatHashMap. values()
FloatCollection
DoubleFloatHashMap. values()
FloatCollection
FloatFloatHashMap. values()
FloatCollection
IntFloatHashMap. values()
FloatCollection
LongFloatHashMap. values()
FloatCollection
ObjectFloatHashMap. values()
FloatCollection
ShortFloatHashMap. values()
-