public class Attributes extends TreeMap
Normalize the case of a String key to lower case making the collection case insensitive.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Attributes() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ceilingEntry, ceilingKey, clear, clone, comparator, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, putAll, remove, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringpublic boolean containsKey(Object key)
Make the key case insensitive.
containsKey in interface MapcontainsKey in class TreeMapkey - attribute keytrue if key is containedCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.