public class Filter extends java.lang.Object implements java.util.Iterator<Edge>
Filter(EdgePredicate pred)
boolean
hasNext()
Edge
next()
void
remove()
java.util.Iterator<Edge>
wrap(java.util.Iterator<Edge> source)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Filter(EdgePredicate pred)
public java.util.Iterator<Edge> wrap(java.util.Iterator<Edge> source)
public boolean hasNext()
hasNext
public Edge next()
next
public void remove()
remove