Uses of Interface
net.openhft.koloboke.collect.CharCollection

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

Methods in net.openhft.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 net.openhft.koloboke.collect.set
 

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

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

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