Uses of Interface
net.openhft.koloboke.collect.FloatCollection

Packages that use FloatCollection
net.openhft.koloboke.collect.map Contains interfaces of Map specializations, their factories and cursors. 
net.openhft.koloboke.collect.set Contains interfaces of Set specializations and their factories. 
net.openhft.koloboke.collect.set.hash Contains interfaces of Set specializations, based on hash tables, their factories and static factory methods. 
 

Uses of FloatCollection in net.openhft.koloboke.collect.map
 

Methods in net.openhft.koloboke.collect.map that return FloatCollection
 FloatCollection ByteFloatMap.values()
           
 FloatCollection CharFloatMap.values()
           
 FloatCollection DoubleFloatMap.values()
           
 FloatCollection FloatFloatMap.values()
           
 FloatCollection IntFloatMap.values()
           
 FloatCollection LongFloatMap.values()
           
 FloatCollection ObjFloatMap.values()
           
 FloatCollection ShortFloatMap.values()
           
 

Uses of FloatCollection in net.openhft.koloboke.collect.set
 

Subinterfaces of FloatCollection in net.openhft.koloboke.collect.set
 interface FloatSet
          A Set specialization with float elements.
 

Uses of FloatCollection in net.openhft.koloboke.collect.set.hash
 

Subinterfaces of FloatCollection in net.openhft.koloboke.collect.set.hash
 interface HashFloatSet
          An interface for FloatSets, based on hash tables.