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

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DLongValue.java37 public interface LongValue extends PrimitiveValue, Comparable<LongValue> interface in inherits:PrimitiveValue,Comparable
40 * Returns this LongValue as a long.
47 * Compares the specified Object with this LongValue for equality.
49 * @return true if the Object is a LongValue and if applying "=="
56 * Returns the hash code value for this LongValue.

Completed in 39 milliseconds