com.tinkerpop.rexster.protocol
Class RexsterBindings

java.lang.Object
  extended by javax.script.SimpleBindings
      extended by com.tinkerpop.rexster.protocol.RexsterBindings
All Implemented Interfaces:
Map<String,Object>, Bindings

public class RexsterBindings
extends SimpleBindings


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
RexsterBindings()
           
 
Method Summary
 Object put(String key, Object value)
           
 void putAll(Map<? extends String,? extends Object> toMerge)
           
 
Methods inherited from class javax.script.SimpleBindings
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

RexsterBindings

public RexsterBindings()
Method Detail

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.