public final class Sources extends Object implements Iterator<MethodOrMethodContext>
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
MethodOrMethodContext |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<MethodOrMethodContext>
public MethodOrMethodContext next()
next
in interface Iterator<MethodOrMethodContext>
public void remove()
remove
in interface Iterator<MethodOrMethodContext>