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

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

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

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

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