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 TypeMethodDescriptionConcurrentNeighborSet.copy()OnHeapGraphIndex.getNeighbors(int node) Returns the neighbors connected to the given node.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.