@Exported public interface ByteValue extends PrimitiveValue, Comparable<ByteValue>
byte value in the target VM.| Modifier and Type | Method and 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. | 
booleanValue, byteValue, charValue, doubleValue, floatValue, intValue, longValue, shortValuetoString, virtualMachinecompareTobyte value()
byte.byte mirrored by this object.boolean equals(Object obj)
equals in class Objectobj - the reference object with which to compare.Object.hashCode(), 
HashMapint hashCode()
hashCode in class ObjectObject.equals(java.lang.Object), 
System.identityHashCode(java.lang.Object)
 Copyright © 1999, 2017, Oracle and/or its affiliates.  All rights reserved.