Modifier and Type | Method and Description |
---|---|
Object |
get(String var)
Get the PG value (element id, property key, or property value) for the
specified variable.
|
boolean |
isBound(String var)
True if the binding set has a PG value for the specified variable.
|
Iterator<Map.Entry<String,Object>> |
iterator()
An iterator of variable bindings - variable name to PG value.
|
Map<String,Object> |
map()
An unmodifiable map of variable bindings - variable name to PG value.
|
String |
toString() |
Set<String> |
vars()
A unmodifiable set of variables bound in this binding set.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public Object get(String var)
public boolean isBound(String var)
public Map<String,Object> map()
public Iterator<Map.Entry<String,Object>> iterator()
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.