T - the type of elements returned by this iteratorpublic interface StreamingIterator<T> extends Iterator<T>, Closeable, org.mule.runtime.api.streaming.HasSize
Iterator that also extends Closeable and HasSize.
The Iterator.remove() operation is not allowed for this iterator.| Modifier and Type | Method and Description |
|---|---|
default void |
remove()
Not allowed on this implementations
|
forEachRemaining, hasNext, nextdefault void remove()
remove in interface Iterator<T>UnsupportedOperationExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.