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

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

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

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

Subinterfaces of ByteSetFactory in net.openhft.koloboke.collect.set.hash
 interface HashByteSetFactory
          An immutable factory of HashByteSets.