Package com.univocity.parsers.common
Interface IterableResult<T,C extends Context>
-
- All Superinterfaces:
java.lang.Iterable<T>
- All Known Implementing Classes:
RecordIterator,RowIterator
public interface IterableResult<T,C extends Context> extends java.lang.Iterable<T>AnIterableresult that provides the current parsing context through thegetContext()method- Author:
- Univocity Software Pty Ltd - dev@univocity.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CgetContext()Returns the current parsingContext, if availableResultIterator<T,C>iterator()
-