Uses of Class
io.github.jbellis.jvector.graph.ConcurrentNeighborSet
Packages that use ConcurrentNeighborSet
-
Uses of ConcurrentNeighborSet in io.github.jbellis.jvector.graph
Methods in io.github.jbellis.jvector.graph that return ConcurrentNeighborSetModifier and TypeMethodDescriptionOnHeapGraphIndex.addNode(int node) Add the given node ordinal with an empty set of neighbors.ConcurrentNeighborSet.copy()Method parameters in io.github.jbellis.jvector.graph with type arguments of type ConcurrentNeighborSetModifier and TypeMethodDescriptionvoidConcurrentNeighborSet.backlink(Function<Integer, ConcurrentNeighborSet> neighborhoodOf, float overflow) For every neighbor X that this node Y connects to, add a reciprocal link from X to Y.