public abstract class ReadOnlyIterator<T> extends Object implements Iterator<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadOnlyIterator.IterationResult<T> |
| Constructor and Description |
|---|
ReadOnlyIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ReadOnlyIterator.IterationResult<T> |
advance() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected abstract ReadOnlyIterator.IterationResult<T> advance() throws Exception
ExceptionCopyright © 2010–2015 JBoss by Red Hat. All rights reserved.