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
Methods in org.jgrapht.alg.util that return VertexDegreeComparator.Order Modifier and Type Method Description static VertexDegreeComparator.Order
VertexDegreeComparator.Order. valueOf(String name)
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static VertexDegreeComparator.Order[]
VertexDegreeComparator.Order. values()
Deprecated, for removal: This API element is subject to removal in a future version.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(Graph<V,E> g, VertexDegreeComparator.Order order)
Deprecated, for removal: This API element is subject to removal in a future version.useVertexDegreeComparator.of(Graph)
for ascending order orreverse the comparator
for descending order.
-