Class ByteIdentity

All Implemented Interfaces:
Externalizable, Serializable, Comparable

public class ByteIdentity extends SingleFieldIdentity
This class is for identity with a single byte field.
Version:
2.0
See Also:
  • Field Details

    • key

      private byte key
      The key.
  • Constructor Details

    • ByteIdentity

      public ByteIdentity(Class pcClass, byte key)
      Constructor with class and key.
      Parameters:
      pcClass - the target class
      key - the key
    • ByteIdentity

      public ByteIdentity(Class pcClass, Byte key)
      Constructor with class and key.
      Parameters:
      pcClass - the target class
      key - the key
    • ByteIdentity

      public ByteIdentity(Class pcClass, String str)
      Constructor with class and key.
      Parameters:
      pcClass - the target class
      str - the key
    • ByteIdentity

      public ByteIdentity()
      Constructor only for Externalizable.
  • Method Details