Class JavaConverters.ListView.ListIterator<T, C extends Seq<T>>
java.lang.Object
io.vavr.collection.JavaConverters.ListView.Iterator<T,C>
io.vavr.collection.JavaConverters.ListView.ListIterator<T,C>
- All Implemented Interfaces:
Iterator<T>, ListIterator<T>
- Enclosing class:
JavaConverters.ListView<T, C extends Seq<T>>
private static class JavaConverters.ListView.ListIterator<T, C extends Seq<T>>
extends JavaConverters.ListView.Iterator<T,C>
implements ListIterator<T>
-
Field Summary
Fields inherited from class JavaConverters.ListView.Iterator
expectedSize, lastIndex, list, nextIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JavaConverters.ListView.Iterator
checkForComodification, forEachRemaining, hasNext, next, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemainingMethods inherited from interface ListIterator
hasNext, next, remove
-
Constructor Details
-
ListIterator
ListIterator(JavaConverters.ListView<T, C> list, int index)
-
-
Method Details
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<T>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<T>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<T>
-
previous
- Specified by:
previousin interfaceListIterator<T>
-
set
- Specified by:
setin interfaceListIterator<T>
-
add
- Specified by:
addin interfaceListIterator<T>
-