-
- All Superinterfaces:
Value
- All Known Subinterfaces:
KeyedValueDataset
- All Known Implementing Classes:
DefaultKeyedValue,DefaultKeyedValueDataset
public interface KeyedValue<K extends Comparable<K>> extends Value
A (key, value) pair.- See Also:
DefaultKeyedValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KgetKey()Returns the key associated with the value.
-