public abstract class SimplifiedIterator<E> extends Object implements Iterator<E>
| Constructor and Description |
|---|
SimplifiedIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
calculateNext() |
boolean |
hasNext() |
E |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic SimplifiedIterator()
Copyright © 2015. All Rights Reserved.