protected class ImmutableMultiList.MultiIterator extends Object implements ListIterator
| Constructor and Description |
|---|
MultiIterator(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object o) |
boolean |
hasNext() |
boolean |
hasPrevious() |
Object |
next() |
int |
nextIndex() |
Object |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(Object o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void remove()
remove in interface Iteratorremove in interface ListIteratorpublic void add(Object o)
add in interface ListIteratorpublic void set(Object o)
set in interface ListIteratorpublic boolean hasNext()
hasNext in interface IteratorhasNext in interface ListIteratorpublic Object next()
next in interface Iteratornext in interface ListIteratorpublic int nextIndex()
nextIndex in interface ListIteratorpublic int previousIndex()
previousIndex in interface ListIteratorpublic boolean hasPrevious()
hasPrevious in interface ListIteratorpublic Object previous()
previous in interface ListIterator