public interface

KeyedValue

implements Value
org.jfree.data.KeyedValue
Known Indirect Subclasses

Class Overview

A (key, value) pair.

Summary

Public Methods
abstract Comparable getKey()
Returns the key associated with the value.
[Expand]
Inherited Methods
From interface org.jfree.data.Value

Public Methods

public abstract Comparable getKey ()

Returns the key associated with the value. The key returned by this method should be immutable.

Returns
  • The key (never null).