Class NodeAttributeRepository
java.lang.Object
com.vladsch.flexmark.ext.attributes.internal.NodeAttributeRepository
- All Implemented Interfaces:
Map<Node, ArrayList<AttributesNode>>
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) @NotNull Set<Map.Entry<Node, ArrayList<AttributesNode>>> entrySet()booleanisEmpty()keySet()put(Node key, AttributesNode value) put(Node key, ArrayList<AttributesNode> value) voidputAll(@NotNull Map<? extends Node, ? extends ArrayList<AttributesNode>> m) intsize()@NotNull Collection<ArrayList<AttributesNode>> values()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
nodeAttributesHashMap
-
-
Constructor Details
-
NodeAttributeRepository
-
-
Method Details
-
getDataKey
-
getKeepDataKey
-
size
public int size()- Specified by:
sizein interfaceMap<Node, ArrayList<AttributesNode>>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMap<Node, ArrayList<AttributesNode>>
-
containsKey
- Specified by:
containsKeyin interfaceMap<Node, ArrayList<AttributesNode>>
-
containsValue
- Specified by:
containsValuein interfaceMap<Node, ArrayList<AttributesNode>>
-
get
- Specified by:
getin interfaceMap<Node, ArrayList<AttributesNode>>
-
put
- Specified by:
putin interfaceMap<Node, ArrayList<AttributesNode>>
-
put
-
remove
- Specified by:
removein interfaceMap<Node, ArrayList<AttributesNode>>
-
putAll
- Specified by:
putAllin interfaceMap<Node, ArrayList<AttributesNode>>
-
clear
public void clear()- Specified by:
clearin interfaceMap<Node, ArrayList<AttributesNode>>
-
keySet
-
values
- Specified by:
valuesin interfaceMap<Node, ArrayList<AttributesNode>>
-
entrySet
- Specified by:
entrySetin interfaceMap<Node, ArrayList<AttributesNode>>
-