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, next
public SingletonIterator(T element)
protected void checkCoModification()
checkCoModification
in class SingletonIteratorBase<T>
protected T getElement()
getElement
in class SingletonIteratorBase<T>
public void remove()