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

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

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

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

Subinterfaces of CharSetFactory in net.openhft.koloboke.collect.set.hash
 interface HashCharSetFactory
          An immutable factory of HashCharSets.