public class ValueMap extends HashMap<String,ElementList>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ElementList |
get(Object key) |
protected static void |
getNodeValue(Node node,
ValueMap values) |
static ValueMap |
parseNodeList(NodeList nodeList) |
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCodepublic ElementList get(Object key)
get in interface Map<String,ElementList>get in class HashMap<String,ElementList>public String toString()
toString in class AbstractMap<String,ElementList>Copyright © 2017. All rights reserved.