Uses of Interface
com.vladsch.flexmark.util.sequence.builder.ISegmentBuilder
Packages that use ISegmentBuilder
-
Uses of ISegmentBuilder in com.vladsch.flexmark.util.sequence
Methods in com.vladsch.flexmark.util.sequence with parameters of type ISegmentBuilderModifier and TypeMethodDescriptionstatic 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 ISegmentBuilderSubinterfaces of ISegmentBuilder in com.vladsch.flexmark.util.sequence.builderModifier and TypeInterfaceDescriptioninterface
IBasedSegmentBuilder<S extends IBasedSegmentBuilder<S>>
Classes in com.vladsch.flexmark.util.sequence.builder that implement ISegmentBuilderModifier and TypeClassDescriptionclass
class
class
SegmentBuilderBase<S extends SegmentBuilderBase<S>>