org.codehaus.wadi.impl
Class StandardAttributes
java.lang.Object
org.codehaus.wadi.impl.StandardAttributes
- All Implemented Interfaces:
- Attributes, Config, ValueConfig
- Direct Known Subclasses:
- DistributableAttributes
- public class StandardAttributes
- extends Object
- implements Attributes, ValueConfig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_map
protected final Map _map
_config
protected final AttributesConfig _config
StandardAttributes
public StandardAttributes(AttributesConfig config,
Map map)
get
public Object get(Object key)
- Specified by:
get
in interface Attributes
remove
public Object remove(Object key)
- Specified by:
remove
in interface Attributes
put
public Object put(Object key,
Object newValue)
- Specified by:
put
in interface Attributes
size
public int size()
- Specified by:
size
in interface Attributes
keySet
public Set keySet()
- Specified by:
keySet
in interface Attributes
clear
public void clear()
- Specified by:
clear
in interface Attributes
Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.