Uses of Interface
com.koloboke.collect.set.DoubleSetFactory

Packages that use DoubleSetFactory
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 DoubleSetFactory in com.koloboke.collect.set
 

Classes in com.koloboke.collect.set with type parameters of type DoubleSetFactory
 interface DoubleSetFactory<F extends DoubleSetFactory<F>>
          An immutable factory of DoubleSets.
 

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

Subinterfaces of DoubleSetFactory in com.koloboke.collect.set.hash
 interface HashDoubleSetFactory
          An immutable factory of HashDoubleSets.