T - The value type.public interface KeyedValue<T>
(key, value) pair that is used as a building block for some
data structures for the charts.| Modifier and Type | Method and Description |
|---|---|
java.lang.Comparable<?> |
getKey()
Returns the key (by design, this key is required to be
non-
null). |
T |
getValue()
Returns the value.
|