static class SetUniqueList.SetListListIterator extends AbstractListIteratorDecorator
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
last |
protected java.util.Set |
set |
iterator| Modifier | Constructor and Description |
|---|---|
protected |
SetListListIterator(java.util.ListIterator it,
java.util.Set set) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Object object) |
java.lang.Object |
next() |
java.lang.Object |
previous() |
void |
remove() |
void |
set(java.lang.Object object) |
getListIterator, hasNext, hasPrevious, nextIndex, previousIndexprotected SetListListIterator(java.util.ListIterator it,
java.util.Set set)
public java.lang.Object next()
next in interface java.util.Iteratornext in interface java.util.ListIteratornext in class AbstractListIteratorDecoratorpublic java.lang.Object previous()
previous in interface java.util.ListIteratorprevious in class AbstractListIteratorDecoratorpublic void remove()
remove in interface java.util.Iteratorremove in interface java.util.ListIteratorremove in class AbstractListIteratorDecoratorpublic void add(java.lang.Object object)
add in interface java.util.ListIteratoradd in class AbstractListIteratorDecoratorpublic void set(java.lang.Object object)
set in interface java.util.ListIteratorset in class AbstractListIteratorDecorator