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 TypeMethodDescriptionvoidclear()booleancontainsKey(@Nullable Object o) booleancontainsValue(@Nullable Object o) entrySet()booleanisEmpty()keySet()voidintsize()@NotNull Collection<I> 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
-
itemMap
-
param
-
-
Constructor Details
-
ItemFactoryMap
-
ItemFactoryMap
-
-
Method Details
-
getItem
-
get
-
size
-
isEmpty
-
containsKey
- Specified by:
containsKeyin interfaceMap<I,P>
-
put
-
putAll
-
remove
-
clear
-
containsValue
- Specified by:
containsValuein interfaceMap<I,P>
-
keySet
-
values
-
entrySet
-