public class DataIterator<T extends ExplicitVertexID> extends Object implements Iterator<T>
| Constructor and Description |
|---|
DataIterator(Edge<T>[] edges,
int edgesLength,
Object type,
boolean source,
boolean negate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<T extends ExplicitVertexID>public T next()
next in interface Iterator<T extends ExplicitVertexID>public void remove()
remove in interface Iterator<T extends ExplicitVertexID>Copyright © 2017. All rights reserved.