Class KeyedItemFactoryMap<K,I,P>
java.lang.Object
com.vladsch.flexmark.experimental.util.collection.KeyedItemFactoryMap<K,I,P>
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
factoryMap
-
itemMap
-
param
-
-
Constructor Details
-
KeyedItemFactoryMap
-
KeyedItemFactoryMap
-
-
Method Details
-
getItem
-
size
-
isEmpty
-
get
-
containsKey
- Specified by:
containsKeyin interfaceMap<K,I>
-
put
-
putAll
-
remove
-
clear
-
containsValue
- Specified by:
containsValuein interfaceMap<K,I>
-
keySet
-
values
-
entrySet
-