| Modifier and Type | Method and Description | 
|---|---|
| default GraphTraversal<S,E> | GraphTraversal. by(T tokenProjection) | 
| default GraphTraversal<S,E> | GraphTraversal. has(T accessor,
   Object value) | 
| static <A> GraphTraversal<A,A> | __. has(T accessor,
   Object value) | 
| default GraphTraversal<S,E> | GraphTraversal. has(T accessor,
   P<?> predicate) | 
| static <A> GraphTraversal<A,A> | __. has(T accessor,
   P<?> predicate) | 
| Modifier and Type | Method and Description | 
|---|---|
| T | TokenTraversal. getToken() | 
| Constructor and Description | 
|---|
| TokenTraversal(T t) | 
| Modifier and Type | Method and Description | 
|---|---|
| static T | T. fromString(String accessor) | 
| static T | T. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static T[] | T. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Optional<Object[]> | ElementHelper. remove(T accessor,
      Object... keyValues)Removes an accessor from the set of key/value pairs. | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.