Uses of Enum Class
org.jgrapht.graph.guava.ElementOrderMethod.Type
Packages that use ElementOrderMethod.Type
Package
Description
-
Uses of ElementOrderMethod.Type in org.jgrapht.graph.guava
Fields in org.jgrapht.graph.guava declared as ElementOrderMethod.TypeMethods in org.jgrapht.graph.guava that return ElementOrderMethod.TypeModifier and TypeMethodDescriptionElementOrderMethod.getType()Get the typestatic ElementOrderMethod.TypeReturns the enum constant of this class with the specified name.static ElementOrderMethod.Type[]ElementOrderMethod.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jgrapht.graph.guava with parameters of type ElementOrderMethod.TypeModifierConstructorDescriptionprivateElementOrderMethod(ElementOrderMethod.Type type, Comparator<T> comparator)