A class that represents a byte object. Tries to replicate the behavior of Java's Object base class.
Object
A JSON string representation of the object.
A string representation of the object.
Clones the object.
-1 if this is less than other, 0 if they are equal, 1 if this is greater than other.
-1
this
other
0
1
Checks if the object is equal to another object.
The object to compare to.
true if the objects are equal, false otherwise.
true
false
A hash code for the object instance.
A class that represents a byte object. Tries to replicate the behavior of Java's
Object
base class.