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

/openjdk7/langtools/test/tools/javac/boxing/
H A DT6369051.java37 class IntegerValue extends Value<Integer> { class in inherits:Value
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DIntegerValue.java37 public interface IntegerValue extends PrimitiveValue, Comparable<IntegerValue> interface in inherits:PrimitiveValue,Comparable
40 * Returns this IntegerValue as an int.
47 * Compares the specified Object with this IntegerValue for equality.
49 * @return true if the Object is an IntegerValue and if applying "=="
56 * Returns the hash code value for this IntegerValue.

Completed in 38 milliseconds