Uses of Interface
com.vladsch.flexmark.util.sequence.builder.ISegmentBuilder
-
Packages that use ISegmentBuilder Package Description com.vladsch.flexmark.util.sequence com.vladsch.flexmark.util.sequence.builder -
-
Uses of ISegmentBuilder in com.vladsch.flexmark.util.sequence
Methods in com.vladsch.flexmark.util.sequence with parameters of type ISegmentBuilder Modifier and Type Method Description static SegmentedSequenceFull
SegmentedSequenceFull. create(@NotNull BasedSequence baseSequence, ISegmentBuilder<?> builder)
Base Constructorstatic SegmentedSequenceTree
SegmentedSequenceTree. create(@NotNull BasedSequence baseSeq, ISegmentBuilder<?> builder)
Base Constructor -
Uses of ISegmentBuilder in com.vladsch.flexmark.util.sequence.builder
Classes in com.vladsch.flexmark.util.sequence.builder with type parameters of type ISegmentBuilder Modifier and Type Interface Description interface
ISegmentBuilder<S extends ISegmentBuilder<S>>
Subinterfaces of ISegmentBuilder in com.vladsch.flexmark.util.sequence.builder Modifier and Type Interface Description interface
IBasedSegmentBuilder<S extends IBasedSegmentBuilder<S>>
Classes in com.vladsch.flexmark.util.sequence.builder that implement ISegmentBuilder Modifier and Type Class Description class
BasedSegmentBuilder
class
PlainSegmentBuilder
class
SegmentBuilderBase<S extends SegmentBuilderBase<S>>
-