E
- element type.public interface ListIterator<E> extends Iterator<E>
Modifier and Type | Method and Description |
---|---|
void |
add(E o) |
boolean |
hasPrevious() |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(E o) |
forEachRemaining, hasNext, next
Copyright © 2018. All rights reserved.