Uses of Interface
com.vladsch.flexmark.util.misc.Paired
-
Packages that use Paired Package Description com.vladsch.flexmark.ext.toc com.vladsch.flexmark.util.collection com.vladsch.flexmark.util.misc -
-
Uses of Paired in com.vladsch.flexmark.ext.toc
Methods in com.vladsch.flexmark.ext.toc that return Paired Modifier and Type Method Description static Paired<java.util.List<Heading>,java.util.List<java.lang.String>>
TocUtils. htmlHeadingTexts(NodeRendererContext context, java.util.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 Paired Modifier and Type Field Description private @Nullable CollectionHost<Paired<K,V>>
OrderedMultiMap. host
Methods in com.vladsch.flexmark.util.collection with parameters of type Paired Modifier and Type Method Description boolean
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 Paired Constructor Description OrderedMultiMap(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 Modifier and Type Class Description class
Pair<K,V>
-