public class GraphIterator<T extends GraphElement> extends Object implements Iterator<T>
| Constructor and Description |
|---|
GraphIterator(GraphManager graphManager,
int sizePerPage,
Function<String,Pageable<T>> pageFetcher) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic GraphIterator(GraphManager graphManager, int sizePerPage, Function<String,Pageable<T>> pageFetcher)
public boolean hasNext()
hasNext in interface Iterator<T extends GraphElement>public T next()
next in interface Iterator<T extends GraphElement>Copyright © 2023 The Apache Software Foundation. All rights reserved.