Class ItemFactoryMap<I,P>
- java.lang.Object
-
- com.vladsch.flexmark.util.collection.ItemFactoryMap<I,P>
-
-
Constructor Summary
Constructors Constructor Description ItemFactoryMap(P param)ItemFactoryMap(P param, int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(@Nullable Object o)booleancontainsValue(@Nullable Object o)@NotNull Set<Map.Entry<Function<P,I>,I>>entrySet()Iget(@Nullable Object o)IgetItem(Function<P,I> factory)booleanisEmpty()@NotNull Set<Function<P,I>>keySet()Iput(@NotNull Function<P,I> factory, I i)voidputAll(@NotNull Map<? extends Function<P,I>,? extends I> map)Iremove(@Nullable Object o)intsize()@NotNull Collection<I>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
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(@Nullable @Nullable Object o)- Specified by:
containsKeyin interfaceMap<I,P>
-
containsValue
public boolean containsValue(@Nullable @Nullable Object o)- Specified by:
containsValuein interfaceMap<I,P>
-
-