Comparable<ByteValue>
, Mirror
, PrimitiveValue
, Value
public interface ByteValue extends PrimitiveValue, Comparable<ByteValue>
byte
value in the target VM.Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
Compares the specified Object with this ByteValue for equality.
|
int |
hashCode() |
Returns the hash code value for this BooleanValue.
|
byte |
value() |
Returns this ByteValue as a
byte . |
compareTo
toString, virtualMachine
booleanValue, byteValue, charValue, doubleValue, floatValue, intValue, longValue, shortValue
byte value()
byte
.byte
mirrored by this object.boolean equals(Object obj)
equals
in class Object
obj
- the reference object with which to compare.Object.hashCode()
,
HashMap
int hashCode()
hashCode
in class Object
Object.equals(java.lang.Object)
,
System.identityHashCode(java.lang.Object)
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1999, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b148-1