public class CaseInsensitiveHashMap<K,V> extends HashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CaseInsensitiveHashMap() |
CaseInsensitiveHashMap(int initialCapacity) |
CaseInsensitiveHashMap(int initialCapacity,
float loadFactor) |
CaseInsensitiveHashMap(Map t) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
Set |
entrySet()
Returns set view of mappings in this map
|
V |
get(Object key) |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> map) |
V |
remove(Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, forEach, getOrDefault, isEmpty, merge, putIfAbsent, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic CaseInsensitiveHashMap()
public CaseInsensitiveHashMap(int initialCapacity)
public CaseInsensitiveHashMap(int initialCapacity,
float loadFactor)
public CaseInsensitiveHashMap(Map t)
public boolean containsKey(Object key)
containsKey in interface Map<K,V>containsKey in class HashMap<K,V>public Set entrySet()
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.