Class DefinitionMap<D>
java.lang.Object
org.commonmark.node.DefinitionMap<D>
- Type Parameters:
D- the type of value
A map that can be used to store and look up reference definitions by a label. The labels are case-insensitive and
normalized, the same way as for
LinkReferenceDefinition nodes.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
definitions
-
-
Constructor Details
-
DefinitionMap
-
-
Method Details
-
getType
-
addAll
-
putIfAbsent
-
get
-
keySet
-
values
-