Uses of Class
io.github.jbellis.jvector.graph.NodesIterator
Packages that use NodesIterator
Package
Description
-
Uses of NodesIterator in io.github.jbellis.jvector.disk
Methods in io.github.jbellis.jvector.disk that return NodesIteratorModifier and TypeMethodDescriptionOnDiskGraphIndex.OnDiskView.getNeighborsIterator(int node) CachingGraphIndex.getNodes()OnDiskGraphIndex.getNodes() -
Uses of NodesIterator in io.github.jbellis.jvector.graph
Subclasses of NodesIterator in io.github.jbellis.jvector.graphMethods in io.github.jbellis.jvector.graph that return NodesIteratorModifier and TypeMethodDescriptionstatic NodesIteratorNodesIterator.fromPrimitiveIterator(PrimitiveIterator.OfInt iterator, int size) GraphIndex.View.getNeighborsIterator(int node) Iterator over the neighbors of a given node.GraphIndex.getNodes()Get all node ordinals included in the graph.OnHeapGraphIndex.getNodes()ConcurrentNeighborSet.iterator() -
Uses of NodesIterator in io.github.jbellis.jvector.util
Methods in io.github.jbellis.jvector.util that return NodesIterator