Class AutoClosePair


  • public class AutoClosePair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected char left  
      protected char right  
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoClosePair​(char left, char right)  
    • Field Detail

      • left

        protected char left
      • right

        protected char right
    • Constructor Detail

      • AutoClosePair

        public AutoClosePair​(char left,
                             char right)
    • Method Detail

      • getLeft

        public char getLeft()
      • getRight

        public char getRight()
      • isSame

        public boolean isSame()
      • isDifferent

        public boolean isDifferent()