
| Constructor and Description |
|---|
BidirectionalIterator(ListIterator<T> delegate) |
BidirectionalIterator(ListIterator<T> delegate,
boolean backward) |
| Modifier and Type | Method and Description |
|---|---|
ListIterator<T> |
getDelegate() |
boolean |
hasNext() |
boolean |
isBackward() |
T |
next() |
void |
remove() |
void |
setBackward(boolean backward) |
public BidirectionalIterator(ListIterator<T> delegate, boolean backward)
public BidirectionalIterator(ListIterator<T> delegate)
public ListIterator<T> getDelegate()
public boolean isBackward()
public void setBackward(boolean backward)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.