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