Package | Description |
---|---|
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph | |
org.apache.tinkerpop.gremlin.structure |
Modifier and Type | Method and Description |
---|---|
default <V> GraphTraversal<S,E> |
GraphTraversal.by(Column column,
Comparator<V> objectComparator) |
default <E2> GraphTraversal<S,Collection<E2>> |
GraphTraversal.select(Column column) |
Modifier and Type | Method and Description |
---|---|
static Column |
Column.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Column[] |
Column.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.