Uses of Class
org.graph4j.util.VertexList
Packages that use VertexList
Package
Description
Utility classes, such as apecialized collection for vertices and edges.
-
Uses of VertexList in org.graph4j.util
Subclasses of VertexList in org.graph4j.utilModifier and TypeClassDescriptionclassA circuit is a trail whose last vertex is connected to the first one.classA cycle is a closed path, meaning that the last vertex of the path is connected to the first one.classA path is a trail with no duplicate vertices.classA trail is a walk with no repeated edge.classA walk is a sequence of graph vertices such that any two consecutive vertices form an edge of the graph.Methods in org.graph4j.util that return VertexListModifier and TypeMethodDescriptionVertexList.union(int... other) VertexList.union(VertexList other) Methods in org.graph4j.util with parameters of type VertexList