Class DocumentParser.ParagraphPreProcessorCache
java.lang.Object
com.vladsch.flexmark.util.collection.ItemFactoryMap<ParagraphPreProcessor,ParserState>
com.vladsch.flexmark.parser.internal.DocumentParser.ParagraphPreProcessorCache
- All Implemented Interfaces:
Map<Function<ParserState,
ParagraphPreProcessor>, ParagraphPreProcessor>
- Enclosing class:
DocumentParser
private static class DocumentParser.ParagraphPreProcessorCache
extends ItemFactoryMap<ParagraphPreProcessor,ParserState>
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.vladsch.flexmark.util.collection.ItemFactoryMap
itemMap, param
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vladsch.flexmark.util.collection.ItemFactoryMap
clear, containsKey, containsValue, entrySet, get, getItem, isEmpty, keySet, put, putAll, remove, size, 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
-
Constructor Details
-
ParagraphPreProcessorCache
ParagraphPreProcessorCache(ParserState param)
-