Home » openjdk-7 » com.sun » jdi » [javadoc | source]
com.sun.jdi
public interface: IntegerValue [javadoc | source]

All Implemented Interfaces:
    PrimitiveValue, Comparable

All Known Implementing Classes:
    IntegerValueImpl, IntegerValueImpl

Provides access to a primitive int value in the target VM.
Method from com.sun.jdi.IntegerValue Summary:
equals,   hashCode,   value
Method from com.sun.jdi.IntegerValue Detail:
 public boolean equals(Object obj)
    Compares the specified Object with this IntegerValue for equality.
 public int hashCode()
    Returns the hash code value for this IntegerValue.
 public int value()
    Returns this IntegerValue as an int.