Searched defs:ByteValue (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DByteValue.java36 public interface ByteValue extends PrimitiveValue, Comparable<ByteValue> interface in inherits:PrimitiveValue,Comparable
39 * Returns this ByteValue as a <code>byte</code>.
46 * Compares the specified Object with this ByteValue for equality.
48 * @return true if the Object is a ByteValue and if applying "=="

Completed in 35 milliseconds