public class CaseInsensitiveDictionary<V> extends Hashtable<String,V>
| Constructor and Description |
|---|
CaseInsensitiveDictionary(Dictionary<String,V> delegate)
Create a new CaseInsensitiveDictionary.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<V> |
elements() |
Set<Map.Entry<String,V>> |
entrySet() |
boolean |
equals(Object obj) |
V |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Enumeration<String> |
keys() |
Set<String> |
keySet() |
V |
put(String key,
V value) |
V |
remove(Object key) |
int |
size() |
String |
toString() |
clear, clone, contains, containsKey, containsValue, putAll, rehash, valuespublic CaseInsensitiveDictionary(Dictionary<String,V> delegate)
delegate - the delegatepublic boolean equals(Object obj)
public int hashCode()
public boolean isEmpty()
public int size()
Copyright © 2014 JBoss by Red Hat. All rights reserved.