Uses of Class
com.vladsch.flexmark.util.misc.Pair
Packages that use Pair
-
Uses of Pair in com.vladsch.flexmark.ext.toc
Methods in com.vladsch.flexmark.ext.toc that return PairModifier and TypeMethodDescriptionTocUtils.markdownHeaderTexts
(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 PairModifier and TypeMethodDescriptionSimTocOptionTypes.parseOption
(BasedSequence optionText, TocOptions options, MessageProvider provider) TocLevelsOptionParser.parseOption
(BasedSequence optionText, TocOptions options, MessageProvider provider) 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 PairModifier and TypeFieldDescriptionFormatterUtils.LIST_ALIGN_NUMERIC
static final Function
<CharSequence, Pair<Integer, Integer>> FormatterUtils.NULL_PADDING
-
Uses of Pair in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html with type parameters of type Pair -
Uses of Pair in com.vladsch.flexmark.test.util
Methods in com.vladsch.flexmark.test.util that return PairModifier and TypeMethodDescriptionTestUtils.addSpecSection
(@NotNull String headingLine, @NotNull String headingText, 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 PairModifier and TypeMethodDescriptionNode.getLineColumnAtEnd()
Node.lineColumnAtIndex
(int index) Node.lineColumnAtStart()
-
Uses of Pair in com.vladsch.flexmark.util.misc
Methods in com.vladsch.flexmark.util.misc that return Pair -
Uses of Pair in com.vladsch.flexmark.util.options
Methods in com.vladsch.flexmark.util.options that return PairModifier and TypeMethodDescriptionPair
<T, List<ParsedOption<T>>> BooleanOptionParser.parseOption
(BasedSequence optionText, T options, MessageProvider provider) Pair
<T, List<ParsedOption<T>>> OptionParser.parseOption
(BasedSequence optionText, T options, MessageProvider provider) Pair
<T, 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 PairModifier and TypeMethodDescriptionBasedSequence.baseLineColumnAtEnd()
BasedSequenceImpl.baseLineColumnAtEnd()
BasedSequence.baseLineColumnAtIndex
(int index) BasedSequenceImpl.baseLineColumnAtIndex
(int index) BasedSequence.baseLineColumnAtStart()
BasedSequenceImpl.baseLineColumnAtStart()
IRichSequence.getLineColumnAtIndex
(int index) Deprecated.private Pair
<Range, CharSequence> LineAppendableImpl.getRangePrefixAfterEol()
Returns text range if EOL was appendedIRichSequence.lineColumnAtIndex
(int index) Get the line and column information from index into sequenceIRichSequenceBase.lineColumnAtIndex
(int index) SequenceUtils.lineColumnAtIndex
(@NotNull CharSequence thizz, int index) SequenceUtils.parseNumberPrefixOrNull
(@Nullable String text, @Nullable Predicate<String> suffixTester) Parse number from textIRichSequenceBase.subSequenceBeforeAfter
(Range range) Get a portions of this sequence before and after one selected by rangestatic <T extends CharSequence>
@NotNull Pair<T, T> SequenceUtils.subSequenceBeforeAfter
(T thizz, Range range) Get a portions of this sequence before and after one selected by rangeIRichSequence.trimmed()
IRichSequence.trimmed
(int keep) IRichSequence.trimmed
(int keep, @NotNull CharPredicate chars) IRichSequence.trimmed
(@NotNull CharPredicate chars) IRichSequenceBase.trimmed()
IRichSequenceBase.trimmed
(int keep) IRichSequenceBase.trimmed
(int keep, @NotNull CharPredicate chars) IRichSequenceBase.trimmed
(@NotNull CharPredicate chars) static <T extends CharSequence>
@NotNull Pair<T, T> SequenceUtils.trimmed
(T thizz) static <T extends CharSequence>
@NotNull Pair<T, T> SequenceUtils.trimmed
(T thizz, int keep) static <T extends CharSequence>
@NotNull Pair<T, T> SequenceUtils.trimmed
(T thizz, int keep, @NotNull CharPredicate chars) static <T extends CharSequence>
@NotNull Pair<T, T> SequenceUtils.trimmed
(T thizz, @NotNull CharPredicate chars)