V - public class CaseInsensitiveLinkedHashMap<V> extends LinkedHashMap<String,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CaseInsensitiveLinkedHashMap() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,V>> |
entrySet() |
V |
get(Object key) |
Set<String> |
keySet() |
V |
put(String key,
V value) |
V |
remove(Object key) |
clear, containsValue, removeEldestEntryequals, hashCode, toStringCopyright © 2014. All Rights Reserved.