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(since="2.10.0",
forRemoval=true)
public class ReversedListIterator<T>
extends Object
implements ListIterator<T>
Deprecated, for removal: This API element is subject to removal in a future version.
unused
-
Constructor Summary
ConstructorsConstructorDescriptionReversedListIterator(List<T> list) Deprecated, for removal: This API element is subject to removal in a future version.ReversedListIterator(List<T> list, int index) Deprecated, for removal: This API element is subject to removal in a future version.ReversedListIterator(ListIterator<T> iter) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.booleanhasNext()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.next()Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.previous()Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.voidremove()Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ReversedListIterator
Deprecated, for removal: This API element is subject to removal in a future version. -
ReversedListIterator
Deprecated, for removal: This API element is subject to removal in a future version. -
ReversedListIterator
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
hasNext
public boolean hasNext()Deprecated, for removal: This API element is subject to removal in a future version. -
next
Deprecated, for removal: This API element is subject to removal in a future version. -
hasPrevious
public boolean hasPrevious()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
hasPreviousin interfaceListIterator<T>
-
previous
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
previousin interfaceListIterator<T>
-
nextIndex
public int nextIndex()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
nextIndexin interfaceListIterator<T>
-
previousIndex
public int previousIndex()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
previousIndexin interfaceListIterator<T>
-
remove
public void remove()Deprecated, for removal: This API element is subject to removal in a future version. -
set
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setin interfaceListIterator<T>
-
add
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addin interfaceListIterator<T>
-