Class SegmentBuilderBase<S extends SegmentBuilderBase<S>>

    • Field Detail

      • EMPTY_PARTS

        public static final int[] EMPTY_PARTS
      • parts

        @NotNull
        protected @org.jetbrains.annotations.NotNull int[] parts
      • partsSize

        protected int partsSize
      • anchorsSize

        protected int anchorsSize
      • startOffset

        protected int startOffset
      • endOffset

        protected int endOffset
      • length

        protected int length
      • options

        protected final int options
      • text

        protected final java.lang.StringBuilder text
      • immutableOffset

        protected int immutableOffset
    • Constructor Detail

      • SegmentBuilderBase

        protected SegmentBuilderBase()
      • SegmentBuilderBase

        protected SegmentBuilderBase​(int options)