Package org.neo4j.gds.api
Interface NodeIterator
-
- All Known Subinterfaces:
CSRGraph,FilteredIdMap,Graph,IdMap
- All Known Implementing Classes:
ArrayIdMap,CSRGraphAdapter,GraphAdapter,HugeGraph,IdMapAdapter,LabeledIdMap,NodeFilteredGraph,UnionGraph
public interface NodeIteratorIterate over each node Id until either all nodes have been consumed or the consumer decides to stop the iteration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidforEachNode(java.util.function.LongPredicate consumer)Iterate over each nodeIdjava.util.PrimitiveIterator.OfLongnodeIterator()java.util.PrimitiveIterator.OfLongnodeIterator(java.util.Set<org.neo4j.gds.NodeLabel> labels)
-