soot
Class PatchingChain.PatchingIterator

java.lang.Object
  extended by soot.PatchingChain.PatchingIterator
All Implemented Interfaces:
Iterator<E>
Direct Known Subclasses:
SPatchingChain.SPatchingIterator
Enclosing class:
PatchingChain<E extends Unit>

protected class PatchingChain.PatchingIterator
extends Object
implements Iterator<E>


Field Summary
protected  Iterator<E> innerIterator
           
protected  E lastObject
           
protected  boolean state
           
 
Constructor Summary
protected PatchingChain.PatchingIterator(Chain<E> innerChain)
           
protected PatchingChain.PatchingIterator(Chain<E> innerChain, E u)
           
protected PatchingChain.PatchingIterator(Chain<E> innerChain, E head, E tail)
           
 
Method Summary
 boolean hasNext()
           
 E next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

innerIterator

protected Iterator<E extends Unit> innerIterator

lastObject

protected E extends Unit lastObject

state

protected boolean state
Constructor Detail

PatchingChain.PatchingIterator

protected PatchingChain.PatchingIterator(Chain<E> innerChain)

PatchingChain.PatchingIterator

protected PatchingChain.PatchingIterator(Chain<E> innerChain,
                                         E u)

PatchingChain.PatchingIterator

protected PatchingChain.PatchingIterator(Chain<E> innerChain,
                                         E head,
                                         E tail)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<E extends Unit>

next

public E next()
Specified by:
next in interface Iterator<E extends Unit>

remove

public void remove()
Specified by:
remove in interface Iterator<E extends Unit>