org.slim3.commons.beanutil
Class BeanMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.slim3.commons.beanutil.BeanMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class BeanMap
extends HashMap<String,Object>

A map acts as bean.

Since:
3.0
Author:
higa
See Also:
Serialized Form

Constructor Summary
BeanMap()
           
 
Method Summary
 Object get(Object key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, 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

BeanMap

public BeanMap()
Method Detail

get

public Object get(Object key)
Specified by:
get in interface Map<String,Object>
Overrides:
get in class HashMap<String,Object>


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.