Class ScriptData.Record

java.lang.Object
com.ibm.icu.dev.tool.layout.ScriptData.Record
Enclosing class:
ScriptData

public static class ScriptData.Record extends Object
  • Field Details

    • startChar

      private int startChar
    • endChar

      private int endChar
    • scriptCode

      private int scriptCode
  • Constructor Details

    • Record

      Record()
    • Record

      Record(int theChar, int theScriptCode)
    • Record

      Record(int theStartChar, int theEndChar, int theScriptCode)
  • Method Details

    • startChar

      public int startChar()
    • endChar

      public int endChar()
    • scriptCode

      public int scriptCode()
    • compareTo

      public int compareTo(ScriptData.Record that)
    • toString

      public String toString()
      Overrides:
      toString in class Object