Uses of Enum
org.jgrapht.alg.util.VertexDegreeComparator.Order
-
Uses of VertexDegreeComparator.Order in org.jgrapht.alg.util
Modifier and TypeMethodDescriptionstatic VertexDegreeComparator.Order
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.ModifierConstructorDescriptionVertexDegreeComparator
(Graph<V, E> g, VertexDegreeComparator.Order order) Deprecated, for removal: This API element is subject to removal in a future version.
VertexDegreeComparator.of(Graph)
for ascending order orreverse the comparator
for descending order.