Method Summary |
|
public byte | byteValue() Return the byte value in this object. |
public Object | clone() Return a clone of this object. |
public int | compareTo(Object op2) Compare this to op2, returning a comparison code. |
public JMLByte | dividedBy(JMLByte i2) Return a new object containing the quotient of this object's
byte value divided by that of the given argument. |
public boolean | equals(Object op2) Test whether this object's value is equal to the given argument. |
public Byte | getByte() Return an Byte object containing the byte value in this
object. |
public boolean | greaterThan(JMLByte i2) Tell whether this object's byte value is strictly greater
than that of the given argument. |
public boolean | greaterThanOrEqualTo(JMLByte i2) Tell whether this object's byte value is greater than or equal
to that of the given argument. |
public int | hashCode() Return a hash code for this object. |
public boolean | lessThan(JMLByte i2) Tell whether this object's byte value is strictly less
than that of the given argument. |
public boolean | lessThanOrEqualTo(JMLByte i2) Tell whether this object's byte value is less than or equal
to that of the given argument. |
public JMLByte | minus(JMLByte i2) Return a new object containing the difference between this object's
byte value and that of the given argument. |
public JMLByte | negated() Return a new object containing the negation of this object's
byte value. |
public JMLByte | plus(JMLByte i2) Return a new object containing the sum of this object's
byte value and that of the given argument. |
public JMLByte | remainderBy(JMLByte i2) Return a new object containing the remainder of this object's
byte value divided by that of the given argument. |
public JMLByte | times(JMLByte i2) Return a new object containing the product of this object's
byte value and that of the given argument. |
public String | toString() Return a string representation of this object. |