soot
Class PatchingChain.PatchingIterator
java.lang.Object
soot.PatchingChain.PatchingIterator
- All Implemented Interfaces:
- Iterator
- Direct Known Subclasses:
- SPatchingChain.SPatchingIterator
- Enclosing class:
- PatchingChain
- protected class PatchingChain.PatchingIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
innerIterator
protected Iterator innerIterator
lastObject
protected Object lastObject
state
protected boolean state
PatchingChain.PatchingIterator
protected PatchingChain.PatchingIterator(Chain innerChain)
PatchingChain.PatchingIterator
protected PatchingChain.PatchingIterator(Chain innerChain,
Object u)
PatchingChain.PatchingIterator
protected PatchingChain.PatchingIterator(Chain innerChain,
Object head,
Object tail)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator