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 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
-
Field Details
-
factoryMap
-
itemMap
-
param
-
-
Constructor Details
-
KeyedItemFactoryMap
-
KeyedItemFactoryMap
-
-
Method Details
-
getItem
-
size
public int size() -
isEmpty
public boolean isEmpty() -
get
-
containsKey
- Specified by:
containsKey
in interfaceMap<K,
I>
-
put
-
putAll
-
remove
-
clear
public void clear() -
containsValue
- Specified by:
containsValue
in interfaceMap<K,
I>
-
keySet
-
values
-
entrySet
-