inf.util
Interface DoubleKeyMap.DoubleKeyEntry<E>

All Superinterfaces:
java.util.Map.Entry<java.lang.Double,E>
All Known Implementing Classes:
DoubleKeyTreeMap.DoubleKeyTreeEntry
Enclosing interface:
DoubleKeyMap<E>

public static interface DoubleKeyMap.DoubleKeyEntry<E>
extends java.util.Map.Entry<java.lang.Double,E>

A node in the Map. Doubles as a means to pass key-value pairs back to the user.


Method Summary
 double getDoubleKey()
           This function returns the the key of this key-value pair.
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

getDoubleKey

double getDoubleKey()

This function returns the the key of this key-value pair.

Returns:
the key of this DoubleKeyEntry as a double