Class MarkTable


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

      Fields 
      Modifier and Type Field Description
      private static int[] markTable  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MarkTable()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isMark​(int charPoint)  
      • Methods inherited from class java.lang.Object

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

      • markTable

        private static final int[] markTable
    • Constructor Detail

      • MarkTable

        private MarkTable()
    • Method Detail

      • isMark

        public static boolean isMark​(int charPoint)