Serializable, Map<String,V>Recordpublic class CaseInsensitiveMap<V> extends Object implements Map<String,V>, Serializable
| Constructor | Description |
|---|---|
CaseInsensitiveMap() |
|
CaseInsensitiveMap(Map<String,V> map) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
clear() |
|
boolean |
containsKey(Object key) |
|
boolean |
containsValue(Object value) |
|
Set<Map.Entry<String,V>> |
entrySet() |
|
V |
get(Object key) |
|
boolean |
isEmpty() |
|
Set<String> |
keySet() |
|
V |
put(String key,
V value) |
|
void |
putAll(Map<? extends String,? extends V> m) |
|
V |
remove(Object key) |
|
int |
size() |
|
Collection<V> |
values() |
Copyright © 2018. All rights reserved.