Uses of Class
com.vladsch.flexmark.util.misc.Pair
-
-
Uses of Pair in com.vladsch.flexmark.ext.toc
Methods in com.vladsch.flexmark.ext.toc that return Pair Modifier and Type Method Description static Pair<java.util.List<Heading>,java.util.List<java.lang.String>>
TocUtils. markdownHeaderTexts(java.util.List<Heading> headings, TocOptions tocOptions)
-
Uses of Pair in com.vladsch.flexmark.ext.toc.internal
Methods in com.vladsch.flexmark.ext.toc.internal that return Pair Modifier and Type Method Description Pair<TocOptions,java.util.List<ParsedOption<TocOptions>>>
SimTocOptionTypes. parseOption(BasedSequence optionText, TocOptions options, MessageProvider provider)
Pair<TocOptions,java.util.List<ParsedOption<TocOptions>>>
TocLevelsOptionParser. parseOption(BasedSequence optionText, TocOptions options, MessageProvider provider)
Pair<TocOptions,java.util.List<ParsedOption<TocOptions>>>
TocOptionTypes. parseOption(BasedSequence optionText, TocOptions options, MessageProvider provider)
-
Uses of Pair in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter with type parameters of type Pair Modifier and Type Field Description static DataKey<java.util.function.Function<java.lang.CharSequence,Pair<java.lang.Integer,java.lang.Integer>>>
FormatterUtils. LIST_ALIGN_NUMERIC
static java.util.function.Function<java.lang.CharSequence,Pair<java.lang.Integer,java.lang.Integer>>
FormatterUtils. NULL_PADDING
-
Uses of Pair in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html with type parameters of type Pair Modifier and Type Field Description static DataKey<java.util.List<Pair<java.lang.String,java.lang.String>>>
HtmlRenderer. RENDERER_TYPE_EQUIVALENCE
Stores pairs of equivalent renderer types to allow extensions to resolve types not known to them -
Uses of Pair in com.vladsch.flexmark.test.util
Methods in com.vladsch.flexmark.test.util that return Pair Modifier and Type Method Description static @NotNull Pair<java.lang.String,java.lang.Integer>
TestUtils. addSpecSection(@NotNull java.lang.String headingLine, @NotNull java.lang.String headingText, java.lang.String[] sectionHeadings)
static Pair<BasedSequence,int[]>
TestUtils. extractMarkup(BasedSequence input)
-
Uses of Pair in com.vladsch.flexmark.util.ast
Methods in com.vladsch.flexmark.util.ast that return Pair Modifier and Type Method Description Pair<java.lang.Integer,java.lang.Integer>
Node. getLineColumnAtEnd()
Pair<java.lang.Integer,java.lang.Integer>
Node. lineColumnAtIndex(int index)
Pair<java.lang.Integer,java.lang.Integer>
Node. lineColumnAtStart()
-
Uses of Pair in com.vladsch.flexmark.util.misc
Methods in com.vladsch.flexmark.util.misc that return Pair Modifier and Type Method Description static <K1,V1>
Pair<K1,V1>Pair. of(K1 first, V1 second)
-
Uses of Pair in com.vladsch.flexmark.util.options
Methods in com.vladsch.flexmark.util.options that return Pair Modifier and Type Method Description Pair<T,java.util.List<ParsedOption<T>>>
BooleanOptionParser. parseOption(BasedSequence optionText, T options, MessageProvider provider)
Pair<T,java.util.List<ParsedOption<T>>>
OptionParser. parseOption(BasedSequence optionText, T options, MessageProvider provider)
Pair<T,java.util.List<ParsedOption<T>>>
OptionsParser. parseOption(BasedSequence optionsText, T options, MessageProvider provider)
-
Uses of Pair in com.vladsch.flexmark.util.sequence
Methods in com.vladsch.flexmark.util.sequence that return Pair Modifier and Type Method Description @NotNull Pair<java.lang.Integer,java.lang.Integer>
BasedSequence. baseLineColumnAtEnd()
@NotNull Pair<java.lang.Integer,java.lang.Integer>
BasedSequenceImpl. baseLineColumnAtEnd()
@NotNull Pair<java.lang.Integer,java.lang.Integer>
BasedSequence. baseLineColumnAtIndex(int index)
@NotNull Pair<java.lang.Integer,java.lang.Integer>
BasedSequenceImpl. baseLineColumnAtIndex(int index)
@NotNull Pair<java.lang.Integer,java.lang.Integer>
BasedSequence. baseLineColumnAtStart()
@NotNull Pair<java.lang.Integer,java.lang.Integer>
BasedSequenceImpl. baseLineColumnAtStart()
default @NotNull Pair<java.lang.Integer,java.lang.Integer>
IRichSequence. getLineColumnAtIndex(int index)
Deprecated.private Pair<Range,java.lang.CharSequence>
LineAppendableImpl. getRangePrefixAfterEol()
Returns text range if EOL was appended@NotNull Pair<java.lang.Integer,java.lang.Integer>
IRichSequence. lineColumnAtIndex(int index)
Get the line and column information from index into sequence@NotNull Pair<java.lang.Integer,java.lang.Integer>
IRichSequenceBase. lineColumnAtIndex(int index)
static @NotNull Pair<java.lang.Integer,java.lang.Integer>
SequenceUtils. lineColumnAtIndex(@NotNull java.lang.CharSequence thizz, int index)
static @Nullable Pair<java.lang.Number,java.lang.String>
SequenceUtils. parseNumberPrefixOrNull(@Nullable java.lang.String text, @Nullable java.util.function.Predicate<java.lang.String> suffixTester)
Parse number from textPair<T,T>
IRichSequenceBase. subSequenceBeforeAfter(Range range)
Get a portions of this sequence before and after one selected by rangestatic <T extends java.lang.CharSequence>
@NotNull Pair<T,T>SequenceUtils. subSequenceBeforeAfter(T thizz, Range range)
Get a portions of this sequence before and after one selected by range@NotNull Pair<T,T>
IRichSequence. trimmed()
@NotNull Pair<T,T>
IRichSequence. trimmed(int keep)
@NotNull Pair<T,T>
IRichSequence. trimmed(int keep, @NotNull CharPredicate chars)
@NotNull Pair<T,T>
IRichSequence. trimmed(@NotNull CharPredicate chars)
@NotNull Pair<T,T>
IRichSequenceBase. trimmed()
@NotNull Pair<T,T>
IRichSequenceBase. trimmed(int keep)
@NotNull Pair<T,T>
IRichSequenceBase. trimmed(int keep, @NotNull CharPredicate chars)
@NotNull Pair<T,T>
IRichSequenceBase. trimmed(@NotNull CharPredicate chars)
static <T extends java.lang.CharSequence>
@NotNull Pair<T,T>SequenceUtils. trimmed(T thizz)
static <T extends java.lang.CharSequence>
@NotNull Pair<T,T>SequenceUtils. trimmed(T thizz, int keep)
static <T extends java.lang.CharSequence>
@NotNull Pair<T,T>SequenceUtils. trimmed(T thizz, int keep, @NotNull CharPredicate chars)
static <T extends java.lang.CharSequence>
@NotNull Pair<T,T>SequenceUtils. trimmed(T thizz, @NotNull CharPredicate chars)
-