org.jfree.data
Interface KeyedValue

All Superinterfaces:
Value
All Known Subinterfaces:
KeyedValueDataset
All Known Implementing Classes:
DefaultKeyedValue, DefaultKeyedValueDataset

public interface KeyedValue
extends Value

A (key, value) pair.

Author:
David Gilbert
See Also:
DefaultKeyedValue

Method Summary
 java.lang.Comparable getKey()
          Returns the key associated with the value.
 
Methods inherited from interface org.jfree.data.Value
getValue
 

Method Detail

getKey

public java.lang.Comparable getKey()
Returns the key associated with the value.

Returns:
the key.