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