public class GraphIterator<T extends GraphElement> extends Object implements Iterator<T>
| 构造器和说明 |
|---|
GraphIterator(GraphManager graphManager,
int sizePerPage,
java.util.function.Function<String,Pageable<T>> pageFetcher) |
public GraphIterator(GraphManager graphManager, int sizePerPage, java.util.function.Function<String,Pageable<T>> pageFetcher)
public boolean hasNext()
hasNext 在接口中 Iterator<T extends GraphElement>public T next()
next 在接口中 Iterator<T extends GraphElement>Copyright © 2020. All rights reserved.