org.stringtree.util.iterator
Class QCSVSpliterator

java.lang.Object
  extended by org.stringtree.util.iterator.AbstractIterator
      extended by org.stringtree.util.iterator.Spliterator
          extended by org.stringtree.util.iterator.BlankPaddedSpliterator
              extended by org.stringtree.util.iterator.QCSVSpliterator
All Implemented Interfaces:
java.util.Iterator

public class QCSVSpliterator
extends BlankPaddedSpliterator


Field Summary
 
Fields inherited from class org.stringtree.util.iterator.Spliterator
c, cit, eatquotes, eatseps, inquote, TT_END, TT_ESCAPE, TT_NONE, TT_ORDINARY, TT_PAD, TT_QUOTE, TT_SEP, ttype, types
 
Constructor Summary
QCSVSpliterator(java.lang.String string)
           
 
Method Summary
 
Methods inherited from class org.stringtree.util.iterator.Spliterator
advance, catchup, clear, convertEscape, eatQuotes, eatSeparators, hasNext, isquote, next, nextString, reset, setPadding, setQuotes, setQuotes, setSeparators, setSeparators, setType, setType, setType, start, tail, type
 
Methods inherited from class org.stringtree.util.iterator.AbstractIterator
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QCSVSpliterator

public QCSVSpliterator(java.lang.String string)