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 SegmentedSequenceFullSegmentedSequenceFull. create(@NotNull BasedSequence baseSequence, ISegmentBuilder<?> builder)Base Constructorstatic SegmentedSequenceTreeSegmentedSequenceTree. 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 interfaceISegmentBuilder<S extends ISegmentBuilder<S>>Subinterfaces of ISegmentBuilder in com.vladsch.flexmark.util.sequence.builder Modifier and Type Interface Description interfaceIBasedSegmentBuilder<S extends IBasedSegmentBuilder<S>>Classes in com.vladsch.flexmark.util.sequence.builder that implement ISegmentBuilder Modifier and Type Class Description classBasedSegmentBuilderclassPlainSegmentBuilderclassSegmentBuilderBase<S extends SegmentBuilderBase<S>>
-