Class CharSequenceState


  • class CharSequenceState
    extends java.lang.Object
    Used to keep state about a char sequence.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) char c  
      (package private) int occurrences  
    • Constructor Summary

      Constructors 
      Constructor Description
      CharSequenceState​(char c)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void incrementOccurrences()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • c

        final char c
      • occurrences

        int occurrences
    • Constructor Detail

      • CharSequenceState

        public CharSequenceState​(char c)
    • Method Detail

      • incrementOccurrences

        void incrementOccurrences()