Serializable, Cloneable, Map<String,String>public class MetadataMap extends LinkedHashMap<String,String>
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>| Constructor | Description |
|---|---|
MetadataMap() |
| Modifier and Type | Method | Description |
|---|---|---|
<T> T |
deserialize(MetadataAdapter<T> adapter) |
equals, hashCode, toStringclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeclear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuescompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic <T> T deserialize(MetadataAdapter<T> adapter)
Copyright © 2018 The Apache Software Foundation. All rights reserved.