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
Fields in com.google.common.graph declared as ElementOrder.Type Modifier and Type Field Description private ElementOrder.TypeElementOrder. typeMethods in com.google.common.graph that return ElementOrder.Type Modifier and Type Method Description ElementOrder.TypeElementOrder. type()Returns the type of ordering used.static ElementOrder.TypeElementOrder.Type. valueOf(java.lang.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.Constructors in com.google.common.graph with parameters of type ElementOrder.Type Constructor Description ElementOrder(ElementOrder.Type type, java.util.Comparator<T> comparator)
-