class CursorableLinkedList.ListIter
extends java.lang.Object
implements java.util.ListIterator
Modifier and Type | Field and Description |
---|---|
(package private) CursorableLinkedList.Listable |
_cur |
(package private) int |
_expectedModCount |
(package private) CursorableLinkedList.Listable |
_lastReturned |
(package private) int |
_nextIndex |
Constructor and Description |
---|
ListIter(int index) |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Object o) |
protected void |
checkForComod() |
boolean |
hasNext() |
boolean |
hasPrevious() |
java.lang.Object |
next() |
int |
nextIndex() |
java.lang.Object |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(java.lang.Object o) |
CursorableLinkedList.Listable _cur
CursorableLinkedList.Listable _lastReturned
int _expectedModCount
int _nextIndex
public java.lang.Object previous()
previous
in interface java.util.ListIterator
public boolean hasNext()
hasNext
in interface java.util.Iterator
hasNext
in interface java.util.ListIterator
public java.lang.Object next()
next
in interface java.util.Iterator
next
in interface java.util.ListIterator
public int previousIndex()
previousIndex
in interface java.util.ListIterator
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator
public void set(java.lang.Object o)
set
in interface java.util.ListIterator
public int nextIndex()
nextIndex
in interface java.util.ListIterator
public void remove()
remove
in interface java.util.Iterator
remove
in interface java.util.ListIterator
public void add(java.lang.Object o)
add
in interface java.util.ListIterator
protected void checkForComod()