public final class XmlMap extends LinkedHashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
XmlMap(Map<String,String> map) |
XmlMap(Map<String,String> map,
String root) |
XmlMap(String xml) |
XmlMap(XmlReader reader) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,String> |
toMap()
返回Map
|
String |
toXml()
返回Xml
|
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeCopyright © 2023. All rights reserved.