Class SetUniqueList.SetListIterator<E>
- java.lang.Object
-
- org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator<E,E>
-
- org.apache.commons.collections4.iterators.AbstractIteratorDecorator<E>
-
- org.apache.commons.collections4.list.SetUniqueList.SetListIterator<E>
-
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
- SetUniqueList<E>
static class SetUniqueList.SetListIterator<E> extends AbstractIteratorDecorator<E>
Inner class iterator.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSetListIterator(Iterator<E> it, Set<E> set)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enext()voidremove()-
Methods inherited from class org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator
getIterator, hasNext
-
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
-
-
-
-
Method Detail
-
next
public E next()
Description copied from class:AbstractIteratorDecorator
-
-