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, previousIndex
protected SetListListIterator(java.util.ListIterator it, java.util.Set set)
public java.lang.Object next()
next
in interface java.util.Iterator
next
in interface java.util.ListIterator
next
in class AbstractListIteratorDecorator
public java.lang.Object previous()
previous
in interface java.util.ListIterator
previous
in class AbstractListIteratorDecorator
public void remove()
remove
in interface java.util.Iterator
remove
in interface java.util.ListIterator
remove
in class AbstractListIteratorDecorator
public void add(java.lang.Object object)
add
in interface java.util.ListIterator
add
in class AbstractListIteratorDecorator
public void set(java.lang.Object object)
set
in interface java.util.ListIterator
set
in class AbstractListIteratorDecorator