E
- the type of the objects that are read by this IterableInputConverterpublic interface IterableInputConverter<E>
Iterator
to provide that list. The actual source is not defined on this interface and
is thus completely left open for the implementations to define.Modifier and Type | Method and Description |
---|---|
java.util.Iterator<E> |
iterator()
Creates an Iterator that is used to iterate over a list of objects that are read from a certain input source.
|
java.util.Iterator<E> iterator()