static class SetUniqueList.SetListIterator<E> extends AbstractIteratorDecorator<E>
| Modifier and Type | Field and Description |
|---|---|
private E |
last |
private java.util.Set<E> |
set |
| Modifier | Constructor and Description |
|---|---|
protected |
SetListIterator(java.util.Iterator<E> it,
java.util.Set<E> set) |
| Modifier and Type | Method and Description |
|---|---|
E |
next() |
void |
remove() |
getIterator, hasNextpublic E next()
AbstractIteratorDecoratornext in interface java.util.Iterator<E>next in class AbstractIteratorDecorator<E>public void remove()
remove in interface java.util.Iterator<E>remove in class AbstractUntypedIteratorDecorator<E,E>