Uses of Interface
net.openhft.koloboke.collect.set.DoubleSetFactory

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

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

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

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