Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Method and 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.
|
Copyright © 2010–2017. All rights reserved.