protected class PatchingChain.PatchingIterator
extends java.lang.Object
implements java.util.Iterator<E>
Modifier and Type | Field and Description |
---|---|
protected java.util.Iterator<E> |
innerIterator |
protected E |
lastObject |
protected boolean |
state |
Modifier | Constructor and Description |
---|---|
protected |
PatchingIterator(Chain<E> innerChain) |
protected |
PatchingIterator(Chain<E> innerChain,
E u) |
protected |
PatchingIterator(Chain<E> innerChain,
E head,
E tail) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |