Package org.jcodings

Class CaseFoldCodeItem


  • public class CaseFoldCodeItem
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CaseFoldCodeItem​(int byteLen, int codeLen, int[] code)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ENC_MAX_COMP_CASE_FOLD_CODE_LEN

        static final int ENC_MAX_COMP_CASE_FOLD_CODE_LEN
        See Also:
        Constant Field Values
      • byteLen

        public final int byteLen
      • codeLen

        public final int codeLen
      • code

        public final int[] code
    • Constructor Detail

      • CaseFoldCodeItem

        public CaseFoldCodeItem​(int byteLen,
                                int codeLen,
                                int[] code)