com.mhhe.clrs2e
Interface DoubleValued

All Superinterfaces:
java.lang.Comparable

public interface DoubleValued
extends java.lang.Comparable

Interface for an object with a value that is a double.


Method Summary
 double getKey()
          Returns the key (a double) of an object.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getKey

public double getKey()
Returns the key (a double) of an object.