Package org.stringtree.util.iterator

Interface Summary
StringIterator  
 

Class Summary
AbstractIterator  
AbstractLineIterator An Iterator to iterate through the "lines" of a stream or reader.
BlankPaddedSpliterator  
EmptyIterator  
EnumerationIterator  
LineIterator An Iterator to iterate through the "lines" of a stream or reader.
NestedIterator  
QCSVSpliterator  
ReaderLineIterator An Iterator to iterate through the "lines" of a reader.
SingleItemIterator  
SkipBlankAndCommentLineIterator An Iterator to iterate through the "lines" of a stream or reader, skipping "blank" lines and comments..
SkipBlankLineIterator An Iterator to iterate through the "lines" of a stream or reader, skipping "blank" lines..
Spliterator