Package org.teavm.classlib.java.util
Interface TListIterator<E>
- Type Parameters:
E
-
- All Superinterfaces:
TIterator<E>
- Author:
- Alexey Andreev
-
Method Details
-
hasPrevious
boolean hasPrevious() -
previous
E previous() -
nextIndex
int nextIndex() -
previousIndex
int previousIndex() -
set
-
add
-