soot.jimple.spark.ondemand.genericutil
Class ArraySet.ArraySetIterator

java.lang.Object
  extended by soot.jimple.spark.ondemand.genericutil.ArraySet.ArraySetIterator
All Implemented Interfaces:
Iterator<T>
Enclosing class:
ArraySet<T>

public class ArraySet.ArraySetIterator
extends Object
implements Iterator<T>

Author:
manu

Constructor Summary
ArraySet.ArraySetIterator()
           
 
Method Summary
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArraySet.ArraySetIterator

public ArraySet.ArraySetIterator()
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator<T>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<T>

next

public T next()
Specified by:
next in interface Iterator<T>