Interface ByteValue
- All Superinterfaces:
Comparable<ByteValue>, Mirror, PrimitiveValue, Value
Provides access to a primitive
byte value in the target VM.- Since:
- 1.3
-
Method Summary
Methods declared in interface Comparable
compareToMethods declared in interface Mirror
toString, virtualMachineModifier and TypeMethodDescriptiontoString()Returns a String describing this mirrorGets the VirtualMachine to which this Mirror belongs.Methods declared in interface PrimitiveValue
booleanValue, byteValue, charValue, doubleValue, floatValue, intValue, longValue, shortValueModifier and TypeMethodDescriptionbooleanConverts this value to a BooleanValue and returns the result as a boolean.byteConverts this value to a ByteValue and returns the result as a byte.charConverts this value to a CharValue and returns the result as a char.doubleConverts this value to a DoubleValue and returns the result as a double.floatConverts this value to a FloatValue and returns the result as a float.intintValue()Converts this value to an IntegerValue and returns the result as an int.longConverts this value to a LongValue and returns the result as a long.shortConverts this value to a ShortValue and returns the result as a short.
-
Method Details
-
value
byte value()Returns this ByteValue as abyte.- Returns:
- the
bytemirrored by this object.
-
equals
Compares the specified Object with this ByteValue for equality. -
hashCode
-