Class CharacterRange


  • public class CharacterRange
    extends java.lang.Object
    Describes character range descriptors in a character list.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char getLeft()  
      char getRight()  
      void setLeft​(char lf)  
      void setRight​(char rg)  
      • Methods inherited from class java.lang.Object

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

      • setLeft

        public final void setLeft​(char lf)
        Parameters:
        lf - - the left to set
      • getLeft

        public final char getLeft()
        Returns:
        the left
      • setRight

        public final void setRight​(char rg)
        Parameters:
        rg - - the right to set
      • getRight

        public final char getRight()
        Returns:
        the right