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 ItemFactoryMap
itemMap, param -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ItemFactoryMap
clear, containsKey, containsValue, entrySet, get, getItem, isEmpty, keySet, put, putAll, remove, size, valuesMethods 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
-
Constructor Details
-
ParagraphPreProcessorCache
ParagraphPreProcessorCache(ParserState param)
-