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