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 left)  
      void setRight​(char right)  
      • Methods inherited from class java.lang.Object

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

      • setLeft

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

        public char getLeft()
        Returns:
        the left
      • setRight

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

        public char getRight()
        Returns:
        the right