Class ByteHolder

java.lang.Object
com.ericsson.otp.ic.ByteHolder
All Implemented Interfaces:
Holder, Serializable

public final class ByteHolder extends Object implements Holder
Holder class for Byte, according to OMG-IDL java mapping.
See Also:
  • Field Details

    • value

      public byte value
  • Constructor Details

    • ByteHolder

      public ByteHolder()
    • ByteHolder

      public ByteHolder(byte initial)
  • Method Details

    • equals

      public boolean equals(Object obj)
      Comparisson method for Bytes.
      Overrides:
      equals in class Object
      Returns:
      true if the input object equals the current object, false otherwize
    • equals

      public boolean equals(byte b)
      Comparisson method for Byte.
      Returns:
      true if the input boolean value equals the value of the current object, false otherwize