public abstract class SingletonIteratorBase<T>
extends java.lang.Object
implements java.util.Iterator<T>
Constructor and Description |
---|
SingletonIteratorBase() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
checkCoModification() |
protected abstract T |
getElement() |
boolean |
hasNext() |
T |
next() |