Package com.univocity.parsers.common
Interface IterableResult<T,C extends Context>
-
- All Superinterfaces:
java.lang.Iterable<T>
- All Known Implementing Classes:
ParserIterator
,RecordIterator
,RowIterator
public interface IterableResult<T,C extends Context> extends java.lang.Iterable<T>
AnIterable
result 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 availableResultIterator<T,C>
iterator()
-