protected class PatchingChain.PatchingIterator extends Object implements Iterator<E>
| Modifier and Type | Field and Description |
|---|---|
protected 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2020 Soot OSS. All rights reserved.