Uses of Enum Class
com.google.common.graph.ElementOrder.Type
Packages that use ElementOrder.Type
-
Uses of ElementOrder.Type in com.google.common.graph
Fields in com.google.common.graph declared as ElementOrder.TypeMethods in com.google.common.graph that return ElementOrder.TypeModifier and TypeMethodDescriptionElementOrder.type()
Returns the type of ordering used.static ElementOrder.Type
Returns the enum constant of this class with the specified name.static ElementOrder.Type[]
ElementOrder.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.google.common.graph with parameters of type ElementOrder.TypeModifierConstructorDescriptionprivate
ElementOrder
(ElementOrder.Type type, Comparator<T> comparator)