public class HeaderHashMap extends HashMap<String,String>
HashMap class in order to provide case insensitive
lookups.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
HeaderHashMap()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
String |
get(Object key) |
String |
put(String key,
String value) |
String |
remove(Object key) |
clear, clone, containsValue, entrySet, isEmpty, keySet, putAll, size, valuesequals, hashCode, toStringpublic boolean containsKey(Object key)
containsKey in interface Map<String,String>containsKey in class HashMap<String,String>HashMap.containsKey(java.lang.Object)Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.