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

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

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

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

Subinterfaces of FloatSetFactory in com.koloboke.collect.set.hash
 interface HashFloatSetFactory
          An immutable factory of HashFloatSets.