Package ch.njol.util.coll.iterator
Class ReversedListIterator<T>
java.lang.Object
ch.njol.util.coll.iterator.ReversedListIterator<T>
- All Implemented Interfaces:
Iterator<T>
,ListIterator<T>
Deprecated.
unused
-
Constructor Summary
ConstructorDescriptionReversedListIterator
(List<T> list) Deprecated.ReversedListIterator
(List<T> list, int index) Deprecated.ReversedListIterator
(ListIterator<T> iter) Deprecated. -
Method Summary
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 Details
-
ReversedListIterator
Deprecated. -
ReversedListIterator
Deprecated. -
ReversedListIterator
Deprecated.
-
-
Method Details
-
hasNext
public boolean hasNext()Deprecated. -
next
Deprecated. -
hasPrevious
public boolean hasPrevious()Deprecated.- Specified by:
hasPrevious
in interfaceListIterator<T>
-
previous
Deprecated.- Specified by:
previous
in interfaceListIterator<T>
-
nextIndex
public int nextIndex()Deprecated.- Specified by:
nextIndex
in interfaceListIterator<T>
-
previousIndex
public int previousIndex()Deprecated.- Specified by:
previousIndex
in interfaceListIterator<T>
-
remove
public void remove()Deprecated. -
set
Deprecated.- Specified by:
set
in interfaceListIterator<T>
-
add
Deprecated.- Specified by:
add
in interfaceListIterator<T>
-