javax.script
Interface Bindings
- All Superinterfaces:
- Map<String,Object>
- All Known Implementing Classes:
- SimpleBindings
public interface Bindings
- extends Map<String,Object>
- Version:
- $Revision: 553 $ $Date: 2009-03-27 06:04:43 +0100(ven, 27 mar 2009) $
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
containsKey
boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map<String,Object>
get
Object get(Object key)
- Specified by:
get
in interface Map<String,Object>
put
Object put(String name,
Object value)
- Specified by:
put
in interface Map<String,Object>
putAll
void putAll(Map<? extends String,? extends Object> toMerge)
- Specified by:
putAll
in interface Map<String,Object>
remove
Object remove(Object key)
- Specified by:
remove
in interface Map<String,Object>
Copyright © 2006-2011 LiveTribe. All Rights Reserved.