Class CharIdentity

    • Constructor Detail

      • CharIdentity

        public CharIdentity​(Class pcClass,
                            char key)
        Constructor with class and key.
        Parameters:
        pcClass - the target class
        key - the key
      • CharIdentity

        public CharIdentity​(Class pcClass,
                            Character key)
        Constructor with class and key.
        Parameters:
        pcClass - the target class
        key - the key
      • CharIdentity

        public CharIdentity​(Class pcClass,
                            String str)
        Constructor with class and key. The String must have exactly one character.
        Parameters:
        pcClass - the target class
        str - the key
      • CharIdentity

        public CharIdentity()
        Constructor only for Externalizable.