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