|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<K,V> java.util.TreeMap org.apache.shale.clay.config.beans.Attributes
public class Attributes
Normalize the case of a String key to lower case making the collection case insensitive.
Constructor Summary | |
---|---|
Attributes()
|
Method Summary | |
---|---|
boolean |
containsKey(Object key)
Make the key case insensitive. |
Object |
get(Object key)
Make the key case insensitive. |
Object |
put(Object key,
Object value)
Make the key case insensitive. |
Methods inherited from class java.util.TreeMap |
---|
clear, clone, comparator, containsValue, entrySet, firstKey, headMap, keySet, lastKey, putAll, remove, size, subMap, tailMap, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, isEmpty, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode, isEmpty |
Constructor Detail |
---|
public Attributes()
Method Detail |
---|
public boolean containsKey(Object key)
Make the key case insensitive.
containsKey
in interface Map
containsKey
in class TreeMap
key
- attribute key
true
if key is containedpublic Object get(Object key)
Make the key case insensitive.
get
in interface Map
get
in class TreeMap
key
- attribute name
public Object put(Object key, Object value)
Make the key case insensitive.
put
in interface Map
put
in class TreeMap
key
- attribute namevalue
- attribute value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |