public interface ResultIterator<T,C extends Context> extends Iterator<T>
Iterator
that provides the current parsing context
through the getContext()
methodModifier and Type | Method and Description |
---|---|
C |
getContext()
Returns the current parsing
Context , if available |
forEachRemaining, hasNext, next, remove
Copyright © 2020 Univocity Software Pty Ltd. All rights reserved.