public final class LowerCaseKeyMap extends HashMap<String,Schema>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LowerCaseKeyMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
Schema |
get(Object key) |
Schema |
put(String key,
Schema value) |
void |
putAll(Map<? extends String,? extends Schema> map) |
Schema |
remove(Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.