Class SegmentStats


  • public class SegmentStats
    extends java.lang.Object
    • Field Detail

      • textLength

        protected int textLength
      • textSegments

        protected int textSegments
      • textSegmentLength

        protected int textSegmentLength
      • textSpaceLength

        protected int textSpaceLength
      • textSpaceSegments

        protected int textSpaceSegments
      • textSpaceSegmentLength

        protected int textSpaceSegmentLength
      • textFirst256Length

        protected int textFirst256Length
      • textFirst256Segments

        protected int textFirst256Segments
      • textFirst256SegmentLength

        protected int textFirst256SegmentLength
      • repeatedChar

        protected int repeatedChar
      • trackFirst256

        protected final boolean trackFirst256
    • Constructor Detail

      • SegmentStats

        public SegmentStats​(boolean trackFirst256)
    • Method Detail

      • getTextLength

        public int getTextLength()
      • getTextSpaceLength

        public int getTextSpaceLength()
      • getTextFirst256Length

        public int getTextFirst256Length()
      • isTrackTextFirst256

        public boolean isTrackTextFirst256()
      • getTextSegments

        public int getTextSegments()
      • getTextSpaceSegments

        public int getTextSpaceSegments()
      • getTextFirst256Segments

        public int getTextFirst256Segments()
      • isEmpty

        public boolean isEmpty()
      • isValid

        public boolean isValid()
      • clear

        public void clear()
      • isTextFirst256

        public boolean isTextFirst256()
      • isTextRepeatedSpace

        public boolean isTextRepeatedSpace()
      • isRepeatedText

        public boolean isRepeatedText()
      • commitText

        public void commitText()
      • addText

        public void addText​(java.lang.CharSequence text)
      • addText

        public void addText​(char c)
      • addText

        public void addText​(char c,
                            int repeat)
      • removeText

        public void removeText​(java.lang.CharSequence text)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object