public class SingletonIterator<T> extends SingletonIteratorBase<T>
| Constructor and Description |
|---|
SingletonIterator(T element) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCoModification() |
protected T |
getElement() |
void |
remove() |
hasNext, nextpublic SingletonIterator(T element)
protected void checkCoModification()
checkCoModification in class SingletonIteratorBase<T>protected T getElement()
getElement in class SingletonIteratorBase<T>public void remove()