Uses of Class
com.google.common.graph.ElementOrder.Type
-
Packages that use ElementOrder.Type Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of ElementOrder.Type in com.google.common.graph
Methods in com.google.common.graph that return ElementOrder.Type Modifier and Type Method Description ElementOrder.Type
ElementOrder. type()
Returns the type of ordering used.static ElementOrder.Type
ElementOrder.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ElementOrder.Type[]
ElementOrder.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-