org.noos.xing.mydoggy.plaf.common.context
Class DefaultMutableContext
java.lang.Object
org.noos.xing.mydoggy.plaf.common.context.DefaultMutableContext
- All Implemented Interfaces:
- Context, MutableContext
public class DefaultMutableContext
- extends Object
- implements MutableContext
- Author:
- Angelo De Caro (angelo.decaro@gmail.com)
|
Field Summary |
protected Map |
map
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
map
protected Map map
DefaultMutableContext
public DefaultMutableContext()
DefaultMutableContext
public DefaultMutableContext(Object... entries)
put
public void put(Object key,
Object value)
- Specified by:
put in interface MutableContext
remove
public Object remove(Object key)
- Specified by:
remove in interface MutableContext
get
public Object get(Object key)
- Specified by:
get in interface Context
get
public <T> T get(Class<T> key)
- Specified by:
get in interface Context
Copyright © 2012. All Rights Reserved.