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

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

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

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

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