Class CharsetMBCS.MBCSToUFallback

  • Enclosing class:
    CharsetMBCS

    static final class CharsetMBCS.MBCSToUFallback
    extends java.lang.Object
    Fallbacks to Unicode are stored outside the normal state table and code point structures in a vector of items of this type. They are sorted by offset.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int codePoint  
      (package private) int offset  
    • Constructor Summary

      Constructors 
      Constructor Description
      MBCSToUFallback​(int off, int cp)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • offset

        int offset
      • codePoint

        int codePoint
    • Constructor Detail

      • MBCSToUFallback

        MBCSToUFallback​(int off,
                        int cp)