Class ItemFactoryMap<I,P>
java.lang.Object
com.vladsch.flexmark.util.collection.ItemFactoryMap<I,P>
- Direct Known Subclasses:
DocumentParser.ParagraphPreProcessorCache
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(@Nullable Object o) boolean
containsValue
(@Nullable Object o) entrySet()
boolean
isEmpty()
keySet()
void
int
size()
@NotNull Collection
<I> values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
itemMap
-
param
-
-
Constructor Details
-
ItemFactoryMap
-
ItemFactoryMap
-
-
Method Details
-
getItem
-
get
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<I,
P>
-
put
-
putAll
-
remove
-
clear
public void clear() -
containsValue
- Specified by:
containsValue
in interfaceMap<I,
P>
-
keySet
-
values
-
entrySet
-