Uses of Class
org.jgrapht.alg.util.VertexDegreeComparator.Order
-
Packages that use VertexDegreeComparator.Order Package Description org.jgrapht.alg.util Utilities used by JGraphT algorithms. -
-
Uses of VertexDegreeComparator.Order in org.jgrapht.alg.util
Fields in org.jgrapht.alg.util declared as VertexDegreeComparator.Order Modifier and Type Field Description private VertexDegreeComparator.Order
VertexDegreeComparator. order
Order in which the vertices are sorted: ascending or descendingMethods in org.jgrapht.alg.util that return VertexDegreeComparator.Order Modifier and Type Method Description static VertexDegreeComparator.Order
VertexDegreeComparator.Order. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VertexDegreeComparator.Order[]
VertexDegreeComparator.Order. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jgrapht.alg.util with parameters of type VertexDegreeComparator.Order Constructor Description VertexDegreeComparator(UndirectedGraph<V,E> g, VertexDegreeComparator.Order order)
Creates a comparator for comparing the degrees of vertices in the specified graph.
-