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

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

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

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

Subinterfaces of LongSetFactory in com.koloboke.collect.set.hash
 interface HashLongSetFactory
          An immutable factory of HashLongSets.