public final class TinkerGraphVariables extends Object implements Graph.Variables
Graph.Variables.Exceptions| Constructor and Description |
|---|
TinkerGraphVariables() |
| Modifier and Type | Method and Description |
|---|---|
<R> Optional<R> |
get(String key) |
Set<String> |
keys() |
void |
remove(String key) |
void |
set(String key,
Object value) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasMappublic Set<String> keys()
keys in interface Graph.Variablespublic <R> Optional<R> get(String key)
get in interface Graph.Variablespublic void remove(String key)
remove in interface Graph.Variablespublic void set(String key, Object value)
set in interface Graph.VariablesCopyright © 2013–2019 Apache Software Foundation. All rights reserved.