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

All Implemented Interfaces:
    PrimitiveValue, Comparable

All Known Implementing Classes:
    DoubleValueImpl, DoubleValueImpl

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