Class AutoClosePair


  • public class AutoClosePair
    extends Object
    • 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()