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. hostMethods in com.vladsch.flexmark.util.collection with parameters of type Paired Modifier and Type Method Description booleanOrderedMultiMap. putKeyValuePair(@NotNull Paired<K,V> e)booleanOrderedMultiMap. 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 classPair<K,V>
-