Class SetUniqueList.SetListListIterator
java.lang.Object
org.apache.commons.collections.iterators.AbstractListIteratorDecorator
org.apache.commons.collections.list.SetUniqueList.SetListListIterator
- All Implemented Interfaces:
Iterator
,ListIterator
- Enclosing class:
SetUniqueList
Inner class iterator.
-
Field Summary
FieldsFields inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
iterator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
getListIterator, hasNext, hasPrevious, nextIndex, previousIndex
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
set
-
last
-
-
Constructor Details
-
SetListListIterator
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator
- Specified by:
next
in interfaceListIterator
- Overrides:
next
in classAbstractListIteratorDecorator
-
previous
- Specified by:
previous
in interfaceListIterator
- Overrides:
previous
in classAbstractListIteratorDecorator
-
remove
public void remove()- Specified by:
remove
in interfaceIterator
- Specified by:
remove
in interfaceListIterator
- Overrides:
remove
in classAbstractListIteratorDecorator
-
add
- Specified by:
add
in interfaceListIterator
- Overrides:
add
in classAbstractListIteratorDecorator
-
set
- Specified by:
set
in interfaceListIterator
- Overrides:
set
in classAbstractListIteratorDecorator
-