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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
containsKeyin interfaceMap<I,P>
-
put
-
putAll
-
remove
-
clear
public void clear() -
containsValue
- Specified by:
containsValuein interfaceMap<I,P>
-
keySet
-
values
-
entrySet
-