org.apache.commons.jexl.context
Class HashMapContext

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.apache.commons.jexl.context.HashMapContext
All Implemented Interfaces:
java.lang.Cloneable, JexlContext, java.util.Map, java.io.Serializable

public class HashMapContext
extends java.util.HashMap
implements JexlContext

Implementation of JexlContext based on a HashMap

Version:
$Id: HashMapContext.java,v 1.2 2003/10/09 21:28:55 rdonkin Exp $
Author:
Geir Magnusson Jr.
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.HashMap
 
Nested classes inherited from class java.util.AbstractMap
 
Field Summary
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
HashMapContext()
           
 
Method Summary
 java.util.Map getVars()
           
 void setVars(java.util.Map vars)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

HashMapContext

public HashMapContext()
Method Detail

setVars

public void setVars(java.util.Map vars)
Specified by:
setVars in interface JexlContext

getVars

public java.util.Map getVars()
Specified by:
getVars in interface JexlContext