Interface IBasedSegmentBuilder<S extends IBasedSegmentBuilder<S>>

All Superinterfaces:
ISegmentBuilder<S>, Iterable<Object>
All Known Implementing Classes:
BasedSegmentBuilder

public interface IBasedSegmentBuilder<S extends IBasedSegmentBuilder<S>> extends ISegmentBuilder<S>
  • Method Details

    • getBaseSequence

      @NotNull @NotNull BasedSequence getBaseSequence()
    • toStringWithRangesVisibleWhitespace

      @NotNull @NotNull String toStringWithRangesVisibleWhitespace()
    • toStringWithRanges

      @NotNull @NotNull String toStringWithRanges()
    • toStringChars

      @NotNull @NotNull String toStringChars()