K - key type must be stringV - value typepublic class SubjectCaseInsensitiveMapImpl<K,V> extends LinkedHashMap<K,V> implements SubjectCaseInsensitiveMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SubjectCaseInsensitiveMapImpl() |
SubjectCaseInsensitiveMapImpl(Map<K,V> m) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
V |
get(Object key) |
boolean |
isInitted()
need to know when the map is initialized
|
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
remove(Object key) |
clear, containsValue, removeEldestEntryequals, hashCode, toStringpublic boolean isInitted()
public V get(Object key)
get in interface Map<K,V>get in class LinkedHashMap<K,V>Map.get(Object)public boolean containsKey(Object key)
containsKey in interface Map<K,V>containsKey in class HashMap<K,V>Map.containsKey(Object)Copyright © 2016 Internet2. All rights reserved.