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