public interface XIterator<T> extends Iterator<T>
| Modifier and Type | Method and Description |
|---|---|
XIterator<T> |
toFirst()
Resets the iterator to the first element.
|
forEachRemaining, hasNext, next, removeXIterator<T> toFirst()
UnsupportedOperationException - if the toFirst
operation is not supported by this iterator.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.