private class VetoableListDecorator.VetoableListIteratorDecorator extends VetoableListDecorator.VetoableIteratorDecorator implements java.util.ListIterator<E>
| Modifier and Type | Field and Description |
|---|---|
private java.util.ListIterator<E> |
lit |
cursor, lastReturned, offset| Constructor and Description |
|---|
VetoableListIteratorDecorator(VetoableListDecorator.ModCountAccessor modCountAccessor,
java.util.ListIterator<E> it,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(E e) |
boolean |
hasPrevious() |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
void |
set(E e) |
checkForComodification, decrementModCount, hasNext, incrementModCount, next, removeprivate final java.util.ListIterator<E> lit
public VetoableListIteratorDecorator(VetoableListDecorator.ModCountAccessor modCountAccessor, java.util.ListIterator<E> it, int offset)
public boolean hasPrevious()
hasPrevious in interface java.util.ListIterator<E>public int nextIndex()
nextIndex in interface java.util.ListIterator<E>public int previousIndex()
previousIndex in interface java.util.ListIterator<E>