Package com.univocity.parsers.common
Interface ResultIterator<T,C extends Context>
-
- All Superinterfaces:
java.util.Iterator<T>
public interface ResultIterator<T,C extends Context> extends java.util.Iterator<T>
AnIterator
that provides the current parsing context through thegetContext()
method
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description C
getContext()
Returns the current parsingContext
, if available
-