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, previousIndexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
set
-
last
-
-
Constructor Details
-
SetListListIterator
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator- Specified by:
nextin interfaceListIterator- Overrides:
nextin classAbstractListIteratorDecorator
-
previous
- Specified by:
previousin interfaceListIterator- Overrides:
previousin classAbstractListIteratorDecorator
-
remove
public void remove()- Specified by:
removein interfaceIterator- Specified by:
removein interfaceListIterator- Overrides:
removein classAbstractListIteratorDecorator
-
add
- Specified by:
addin interfaceListIterator- Overrides:
addin classAbstractListIteratorDecorator
-
set
- Specified by:
setin interfaceListIterator- Overrides:
setin classAbstractListIteratorDecorator
-