blob: a3cf5fda286e852daccc1ce285ee415f27d6bfb7 [file] [log] [blame]
package com.sun.jdi;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public interface DoubleValue extends PrimitiveValue , Comparable {
public boolean equals(Object arg1);
public int hashCode();
public double value();
}