public final class Targets extends java.lang.Object implements java.util.Iterator<MethodOrMethodContext>
Constructor and Description |
---|
Targets(java.util.Iterator<Edge> edges) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
MethodOrMethodContext |
next() |
void |
remove() |
public Targets(java.util.Iterator<Edge> edges)
public boolean hasNext()
hasNext
in interface java.util.Iterator<MethodOrMethodContext>
public MethodOrMethodContext next()
next
in interface java.util.Iterator<MethodOrMethodContext>
public void remove()
remove
in interface java.util.Iterator<MethodOrMethodContext>