Class SetUniqueList.SetListListIterator<E>
- java.lang.Object
-
- org.apache.commons.collections4.iterators.AbstractListIteratorDecorator<E>
-
- org.apache.commons.collections4.list.SetUniqueList.SetListListIterator<E>
-
- All Implemented Interfaces:
Iterator<E>,ListIterator<E>
- Enclosing class:
- SetUniqueList<E>
static class SetUniqueList.SetListListIterator<E> extends AbstractListIteratorDecorator<E>
Inner class iterator.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSetListListIterator(ListIterator<E> it, Set<E> set)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(E object)Enext()Eprevious()voidremove()voidset(E object)-
Methods inherited from class org.apache.commons.collections4.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
-
-
-
-
Constructor Detail
-
SetListListIterator
protected SetListListIterator(ListIterator<E> it, Set<E> set)
-
-
Method Detail
-
next
public E next()
Description copied from class:AbstractListIteratorDecorator- Specified by:
nextin interfaceIterator<E>- Specified by:
nextin interfaceListIterator<E>- Overrides:
nextin classAbstractListIteratorDecorator<E>
-
previous
public E previous()
Description copied from class:AbstractListIteratorDecorator- Specified by:
previousin interfaceListIterator<E>- Overrides:
previousin classAbstractListIteratorDecorator<E>
-
remove
public void remove()
Description copied from class:AbstractListIteratorDecorator- Specified by:
removein interfaceIterator<E>- Specified by:
removein interfaceListIterator<E>- Overrides:
removein classAbstractListIteratorDecorator<E>
-
add
public void add(E object)
Description copied from class:AbstractListIteratorDecorator- Specified by:
addin interfaceListIterator<E>- Overrides:
addin classAbstractListIteratorDecorator<E>
-
set
public void set(E object)
Description copied from class:AbstractListIteratorDecorator- Specified by:
setin interfaceListIterator<E>- Overrides:
setin classAbstractListIteratorDecorator<E>
-
-