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, hasNextprotected SetListIterator(java.util.Iterator it,
java.util.Set set)
public java.lang.Object next()
next in interface java.util.Iteratornext in class AbstractIteratorDecoratorpublic void remove()
remove in interface java.util.Iteratorremove in class AbstractIteratorDecorator