|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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(java.lang.Object key)
Make the key case insensitive. |
java.lang.Object |
get(java.lang.Object key)
Make the key case insensitive. |
java.lang.Object |
put(java.lang.Object key,
java.lang.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(java.lang.Object key)
Make the key case insensitive.
containsKey
in interface java.util.Map
containsKey
in class java.util.TreeMap
key
- attribute key
true
if key is containedpublic java.lang.Object get(java.lang.Object key)
Make the key case insensitive.
get
in interface java.util.Map
get
in class java.util.TreeMap
key
- attribute name
public java.lang.Object put(java.lang.Object key, java.lang.Object value)
Make the key case insensitive.
put
in interface java.util.Map
put
in class java.util.TreeMap
key
- attribute namevalue
- attribute value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |