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

Packages that use CharIterator
net.openhft.koloboke.collect The root package of the collection library. 
net.openhft.koloboke.collect.set Contains interfaces of Set specializations and their factories. 
 

Uses of CharIterator in net.openhft.koloboke.collect
 

Methods in net.openhft.koloboke.collect that return CharIterator
 CharIterator CharCollection.iterator()
          Deprecated. Instead of explicit iterator() calls, use CharCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
 

Uses of CharIterator in net.openhft.koloboke.collect.set
 

Methods in net.openhft.koloboke.collect.set that return CharIterator
 CharIterator CharSet.iterator()
          Deprecated. Instead of explicit iterator() calls, use CharCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.