public final class CaseInsensitiveLinkedMap<K,V> extends Object implements Map<K,V>, Serializable
| Constructor and Description |
|---|
CaseInsensitiveLinkedMap() |
CaseInsensitiveLinkedMap(Map map) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> values) |
V |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CaseInsensitiveLinkedMap()
public CaseInsensitiveLinkedMap(Map map)
Copyright © 2024. All rights reserved.