All Methods Instance Methods Abstract Methods Concrete Methods 
| Modifier and Type | Method | Description | 
| void | g_E_properties_order_value() | Order by edge property (orders by key, then value). | 
| void | g_inject_order() | Mixed type values including list, set, map, uuid, date, boolean, numeric, string, null. | 
| void | g_inject_order_with_unknown_type() | More mixed type values including a Java Object (unknown type). | 
| void | g_V_out_out_asXheadX_path_order_byXascX_selectXheadX() | Order asc by vertex in path: v[3], v[5] | 
| void | g_V_out_out_asXheadX_path_order_byXdescX_selectXheadX() | Order desc by vertex in path: v[5], v[3] | 
| void | g_V_out_out_order_byXascX() | Order asc by vertex: v[3], v[5] | 
| void | g_V_out_out_order_byXdescX() | Order desc by vertex: v[5], v[3] | 
| void | g_V_out_out_properties_asXheadX_path_order_byXascX_selectXheadX_value() | Order asc by vertex and then vertex property id in path. | 
| void | g_V_out_out_properties_asXheadX_path_order_byXdescX_selectXheadX_value() | Order desc by vertex and then vertex property id in path. | 
| void | g_V_out_out_values_asXheadX_path_order_byXascX_selectXheadX() | Order asc by vertex and then vertex property value in path. | 
| void | g_V_out_out_values_asXheadX_path_order_byXdescX_selectXheadX() | Order desc by vertex and then vertex property value in path. | 
| void | g_V_out_outE_asXheadX_path_order_byXascX_selectXheadX() | Order asc by edge in path: e[10], e[11] | 
| void | g_V_out_outE_asXheadX_path_order_byXdescX_selectXheadX() | Order desc by edge in path: e[11], e[10] | 
| void | g_V_out_outE_order_byXascX() | Order asc by edge: e[10], v[e11] | 
| void | g_V_out_outE_order_byXdescX() | Order desc by edge: e[11], v[e10] | 
| void | g_V_properties_order() | Order by vertex property (orders by id). | 
| void | g_V_values_order() | Order by property value (mixed types). | 
| abstract Traversal<Edge,Object> | get_g_E_properties_order_byXdescX_value() |  | 
| abstract Traversal<Edge,Object> | get_g_E_properties_order_value() |  | 
| abstract Traversal<Object,Object> | get_g_inject_order() |  | 
| abstract Traversal<Vertex,Vertex> | get_g_V_out_out_asXheadX_path_order_byXascX_selectXheadX() |  | 
| abstract Traversal<Vertex,Vertex> | get_g_V_out_out_asXheadX_path_order_byXdescX_selectXheadX() |  | 
| abstract Traversal<Vertex,Vertex> | get_g_V_out_out_order_byXascX() |  | 
| abstract Traversal<Vertex,Vertex> | get_g_V_out_out_order_byXdescX() |  | 
| abstract Traversal<Vertex,Object> | get_g_V_out_out_properties_asXheadX_path_order_byXascX_selectXheadX_value() |  | 
| abstract Traversal<Vertex,Object> | get_g_V_out_out_properties_asXheadX_path_order_byXdescX_selectXheadX_value() |  | 
| abstract Traversal<Vertex,Object> | get_g_V_out_out_values_asXheadX_path_order_byXascX_selectXheadX() |  | 
| abstract Traversal<Vertex,Object> | get_g_V_out_out_values_asXheadX_path_order_byXdescX_selectXheadX() |  | 
| abstract Traversal<Vertex,Edge> | get_g_V_out_outE_asXheadX_path_order_byXascX_selectXheadX() |  | 
| abstract Traversal<Vertex,Edge> | get_g_V_out_outE_asXheadX_path_order_byXdescX_selectXheadX() |  | 
| abstract Traversal<Vertex,Edge> | get_g_V_out_outE_order_byXascX() |  | 
| abstract Traversal<Vertex,Edge> | get_g_V_out_outE_order_byXdescX() |  | 
| abstract Traversal<Vertex,? extends Property> | get_g_V_properties_order() |  | 
| abstract Traversal<Vertex,Object> | get_g_V_values_order() |  |