public class NodeAttributeRepository extends Object implements Map<Node,ArrayList<AttributesNode>>
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<Node,ArrayList<AttributesNode>> |
nodeAttributesHashMap |
| Constructor and Description |
|---|
NodeAttributeRepository(DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Node,ArrayList<AttributesNode>>> |
entrySet() |
ArrayList<AttributesNode> |
get(Object key) |
DataKey<NodeAttributeRepository> |
getDataKey() |
DataKey<KeepType> |
getKeepDataKey() |
boolean |
isEmpty() |
Set<Node> |
keySet() |
ArrayList<AttributesNode> |
put(Node key,
ArrayList<AttributesNode> value) |
ArrayList<AttributesNode> |
put(Node key,
AttributesNode value) |
void |
putAll(Map<? extends Node,? extends ArrayList<AttributesNode>> m) |
ArrayList<AttributesNode> |
remove(Object key) |
int |
size() |
Collection<ArrayList<AttributesNode>> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllprotected final HashMap<Node,ArrayList<AttributesNode>> nodeAttributesHashMap
public NodeAttributeRepository(DataHolder options)
public DataKey<NodeAttributeRepository> getDataKey()
public int size()
size in interface Map<Node,ArrayList<AttributesNode>>public boolean isEmpty()
isEmpty in interface Map<Node,ArrayList<AttributesNode>>public boolean containsKey(Object key)
containsKey in interface Map<Node,ArrayList<AttributesNode>>public boolean containsValue(Object value)
containsValue in interface Map<Node,ArrayList<AttributesNode>>public ArrayList<AttributesNode> get(Object key)
get in interface Map<Node,ArrayList<AttributesNode>>public ArrayList<AttributesNode> put(Node key, ArrayList<AttributesNode> value)
put in interface Map<Node,ArrayList<AttributesNode>>public ArrayList<AttributesNode> put(Node key, AttributesNode value)
public ArrayList<AttributesNode> remove(Object key)
remove in interface Map<Node,ArrayList<AttributesNode>>public void putAll(Map<? extends Node,? extends ArrayList<AttributesNode>> m)
putAll in interface Map<Node,ArrayList<AttributesNode>>public void clear()
clear in interface Map<Node,ArrayList<AttributesNode>>public Set<Node> keySet()
keySet in interface Map<Node,ArrayList<AttributesNode>>public Collection<ArrayList<AttributesNode>> values()
values in interface Map<Node,ArrayList<AttributesNode>>public Set<Map.Entry<Node,ArrayList<AttributesNode>>> entrySet()
entrySet in interface Map<Node,ArrayList<AttributesNode>>Copyright © 2018. All rights reserved.