java.lang.Iterable<T>
RecordIterator
, RowIterator
public interface IterableResult<T,C extends Context>
extends java.lang.Iterable<T>
Iterable
result that provides the current parsing context
through the getContext()
methodModifier and Type | Method | Description |
---|---|---|
C |
getContext() |
Returns the current parsing
Context , if available |
ResultIterator<T,C> |
iterator() |