public class DataIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
Constructor and Description |
---|
DataIterator(java.util.Set<Edge<T>> edges,
java.lang.Object type,
boolean source,
boolean negate) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.