Uses of Interface
com.vladsch.flexmark.util.misc.Paired
Packages that use Paired
Package
Description
-
Uses of Paired in com.vladsch.flexmark.ext.toc
Methods in com.vladsch.flexmark.ext.toc that return PairedModifier and TypeMethodDescriptionTocUtils.htmlHeadingTexts
(NodeRendererContext context, List<Heading> headings, TocOptions tocOptions) -
Uses of Paired in com.vladsch.flexmark.util.collection
Fields in com.vladsch.flexmark.util.collection with type parameters of type PairedModifier and TypeFieldDescriptionprivate final @Nullable CollectionHost<Paired<K,
V>> OrderedMultiMap.host
Methods in com.vladsch.flexmark.util.collection with parameters of type PairedModifier and TypeMethodDescriptionboolean
OrderedMultiMap.putKeyValuePair
(@NotNull Paired<K, V> e) boolean
OrderedMultiMap.putValueKeyPair
(@NotNull Paired<V, K> e) Constructor parameters in com.vladsch.flexmark.util.collection with type arguments of type PairedModifierConstructorDescriptionOrderedMultiMap
(int capacity, @Nullable CollectionHost<Paired<K, V>> host) OrderedMultiMap
(@NotNull CollectionHost<Paired<K, V>> host) -
Uses of Paired in com.vladsch.flexmark.util.misc
Classes in com.vladsch.flexmark.util.misc that implement Paired