Class UnicodeEncoding.CodeRangeEntry

  • Enclosing class:
    UnicodeEncoding

    static final class UnicodeEncoding.CodeRangeEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] name  
      (package private) int[] range  
      (package private) java.lang.String table  
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeRangeEntry​(java.lang.String name, java.lang.String table)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] getRange()  
      • Methods inherited from class java.lang.Object

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

      • table

        final java.lang.String table
      • name

        final byte[] name
      • range

        int[] range
    • Constructor Detail

      • CodeRangeEntry

        CodeRangeEntry​(java.lang.String name,
                       java.lang.String table)
    • Method Detail

      • getRange

        public int[] getRange()