public class ValueMap extends HashMap<String,ElementList>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
IDX_ATTRIBUTE |
| 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 static String IDX_ATTRIBUTE
public 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 © 2018. All rights reserved.