Uses of Interface
com.koloboke.collect.DoubleCollection

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

Uses of DoubleCollection in com.koloboke.collect.map
 

Methods in com.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 com.koloboke.collect.set
 

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

Uses of DoubleCollection in com.koloboke.collect.set.hash
 

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