static class SetUniqueList.SetListIterator extends AbstractIteratorDecorator
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
last |
protected java.util.Set |
set |
iterator
Modifier | Constructor and Description |
---|---|
protected |
SetListIterator(java.util.Iterator it,
java.util.Set set) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
next() |
void |
remove() |
getIterator, hasNext
protected SetListIterator(java.util.Iterator it, java.util.Set set)
public java.lang.Object next()
next
in interface java.util.Iterator
next
in class AbstractIteratorDecorator
public void remove()
remove
in interface java.util.Iterator
remove
in class AbstractIteratorDecorator