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

Packages that use DoubleCollection
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 DoubleCollection in net.openhft.koloboke.collect.map
 

Methods in net.openhft.koloboke.collect.map that return DoubleCollection
 DoubleCollection ByteDoubleMap.values()
           
 DoubleCollection CharDoubleMap.values()
           
 DoubleCollection DoubleDoubleMap.values()
           
 DoubleCollection FloatDoubleMap.values()
           
 DoubleCollection IntDoubleMap.values()
           
 DoubleCollection LongDoubleMap.values()
           
 DoubleCollection ObjDoubleMap.values()
           
 DoubleCollection ShortDoubleMap.values()
           
 

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

Subinterfaces of DoubleCollection in net.openhft.koloboke.collect.set
 interface DoubleSet
          A Set specialization with double elements.
 

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

Subinterfaces of DoubleCollection in net.openhft.koloboke.collect.set.hash
 interface HashDoubleSet
          An interface for DoubleSets, based on hash tables.