private static class AbstractSchemaLoader.LowerCaseKeyMap extends java.util.HashMap<java.lang.String,Schema>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
private |
LowerCaseKeyMap() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
put(java.lang.String key,
Schema value) |
void |
putAll(java.util.Map<? extends java.lang.String,? extends Schema> map) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesprivate static final long serialVersionUID