public class EdgeTypeIterator<T> extends Object implements Iterator<Edge<T>>
EdgeTypeIterator(Set<Edge<T>> edges, Object type, boolean negate)
boolean
hasNext()
Edge<T>
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EdgeTypeIterator(Set<Edge<T>> edges, Object type, boolean negate)
public boolean hasNext()
hasNext
Iterator<Edge<T>>
public Edge<T> next()
next
public void remove()
remove
Copyright © 2001-2015 JRuby. All Rights Reserved.