com.tinkerpop.rexster.protocol
Class RexsterBindings
java.lang.Object
javax.script.SimpleBindings
com.tinkerpop.rexster.protocol.RexsterBindings
- All Implemented Interfaces:
- Map<String,Object>, Bindings
public class RexsterBindings
- extends SimpleBindings
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RexsterBindings
public RexsterBindings()
put
public Object put(String key,
Object value)
- Specified by:
put
in interface Map<String,Object>
- Specified by:
put
in interface Bindings
- Overrides:
put
in class SimpleBindings
putAll
public void putAll(Map<? extends String,? extends Object> toMerge)
- Specified by:
putAll
in interface Map<String,Object>
- Specified by:
putAll
in interface Bindings
- Overrides:
putAll
in class SimpleBindings
Copyright © 2009-2012. All Rights Reserved.