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

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

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

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

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