Uses of Enum Class
org.jgrapht.alg.util.VertexDegreeComparator.Order
Packages that use VertexDegreeComparator.Order
-
Uses of VertexDegreeComparator.Order in org.jgrapht.alg.util
Subclasses with type arguments of type VertexDegreeComparator.Order in org.jgrapht.alg.utilModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version.Fields in org.jgrapht.alg.util declared as VertexDegreeComparator.OrderModifier and TypeFieldDescriptionprivate VertexDegreeComparator.OrderVertexDegreeComparator.orderOrder in which the vertices are sorted: ascending or descendingMethods in org.jgrapht.alg.util that return VertexDegreeComparator.OrderModifier and TypeMethodDescriptionstatic VertexDegreeComparator.OrderDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class 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 class, in the order they are declared.Constructors in org.jgrapht.alg.util with parameters of type VertexDegreeComparator.OrderModifierConstructorDescriptionVertexDegreeComparator(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 comparatorfor descending order.
VertexDegreeComparator.of(Graph)