Uses of Class
rgu.transport.algorithms.collections.HashGraph.Builder
Packages that use HashGraph.Builder
Package
Description
Contains data structures used by algorithms.
-
Uses of HashGraph.Builder in rgu.transport.algorithms.collections
Methods in rgu.transport.algorithms.collections that return HashGraph.BuilderModifier and TypeMethodDescriptionAdds a new edge to the graph.Add a new vertex to the graph.HashGraph.Builder.addVertices(Collection<V> vertices) Add new vertices to the graph.final HashGraph.Builder<V, E> HashGraph.Builder.addVertices(V... vertices) Add new vertices to the graph.static <V,E> HashGraph.Builder <V, E> HashGraph.builder()Returns a new builder for HashGraph.