public final class Neo4jGraphVariables extends Object implements Graph.Variables
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Neo4jGraphVariables.Neo4jVariableFeatures | 
Graph.Variables.Exceptions| Modifier | Constructor and Description | 
|---|---|
| protected  | Neo4jGraphVariables(Neo4jGraph graph) | 
| Modifier and Type | Method and Description | 
|---|---|
| <R> Optional<R> | get(String key)Gets a variable. | 
| Set<String> | keys()Keys set for the available variables. | 
| void | remove(String key)Removes a variable. | 
| void | set(String key,
   Object value)Sets a variable. | 
| String | toString() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasMapprotected Neo4jGraphVariables(Neo4jGraph graph)
public Set<String> keys()
Graph.Variableskeys in interface Graph.Variablespublic <R> Optional<R> get(String key)
Graph.Variablesget in interface Graph.Variablespublic void set(String key, Object value)
Graph.Variablesset in interface Graph.Variablespublic void remove(String key)
Graph.Variablesremove in interface Graph.VariablesCopyright © 2013–2017 Apache Software Foundation. All rights reserved.