Class CFFEncoding.Entry

  • Enclosing class:
    CFFEncoding

    public static class CFFEncoding.Entry
    extends java.lang.Object
    This class represents a single code/SID mapping of the encoding.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Entry​(int code, int sid)
      Create a new instance of Entry with the given values.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCode()
      The code of the entry.
      int getSID()
      The SID of the entry.
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Entry

        protected Entry​(int code,
                        int sid)
        Create a new instance of Entry with the given values.
        Parameters:
        code - the code
        sid - the SID
    • Method Detail

      • getCode

        public int getCode()
        The code of the entry.
        Returns:
        the code
      • getSID

        public int getSID()
        The SID of the entry.
        Returns:
        the SID
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object