com.univocity.parsers.common
Interface ResultIterator<T,C extends Context>

All Superinterfaces:
Iterator<T>

public interface ResultIterator<T,C extends Context>
extends Iterator<T>

An Iterator that provides the current parsing context through the getContext() method

Author:
uniVocity Software Pty Ltd - dev@univocity.com

Method Summary
 C getContext()
          Returns the current parsing Context, if available
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getContext

C getContext()
Returns the current parsing Context, if available

Returns:
the contextual object with information about an ongoing parsing process


Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.