Uses of Interface
io.github.jbellis.jvector.graph.GraphIndex.View
Packages that use GraphIndex.View
-
Uses of GraphIndex.View in io.github.jbellis.jvector.disk
Classes in io.github.jbellis.jvector.disk that implement GraphIndex.ViewMethods in io.github.jbellis.jvector.disk that return GraphIndex.View -
Uses of GraphIndex.View in io.github.jbellis.jvector.graph
Methods in io.github.jbellis.jvector.graph that return GraphIndex.ViewModifier and TypeMethodDescriptionGraphIndex.getView()Return a View with which to navigate the graph.OnHeapGraphIndex.getView()Returns a view of the graph that is safe to use concurrently with updates performed on the underlying graph.Constructors in io.github.jbellis.jvector.graph with parameters of type GraphIndex.View