Uses of Interface
com.koloboke.collect.CharCollection

Packages that use CharCollection
com.koloboke.collect.map Contains interfaces of Map specializations, their factories and cursors. 
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 CharCollection in com.koloboke.collect.map
 

Methods in com.koloboke.collect.map that return CharCollection
 CharCollection ByteCharMap.values()
           
 CharCollection CharCharMap.values()
           
 CharCollection DoubleCharMap.values()
           
 CharCollection FloatCharMap.values()
           
 CharCollection IntCharMap.values()
           
 CharCollection LongCharMap.values()
           
 CharCollection ObjCharMap.values()
           
 CharCollection ShortCharMap.values()
           
 

Uses of CharCollection in com.koloboke.collect.set
 

Subinterfaces of CharCollection in com.koloboke.collect.set
 interface CharSet
          A Set specialization with char elements.
 

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

Subinterfaces of CharCollection in com.koloboke.collect.set.hash
 interface HashCharSet
          An interface for CharSets, based on hash tables.