org.h2.value
V
- the value typepublic class CaseInsensitiveMap<V> extends HashMap<String,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CaseInsensitiveMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
V |
get(Object key) |
V |
put(String key,
V value) |
V |
remove(Object key) |
clear, clone, containsValue, entrySet, isEmpty, keySet, putAll, size, values
equals, hashCode, toString
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.