public final class LowerCaseKeyMap extends HashMap<String,Schema>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| 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, toStringprivate static final long serialVersionUID
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.