SE450
:
List Iterators
[23/63]
Indexing
Bidirectional behavior
Subtype methods:
int nextIndex()
int previousIndex()
boolean hasPrevious()
E previous()
void set(E obj)