- Type Parameters:
K
- the key type.
- All Superinterfaces:
Value
- All Known Subinterfaces:
KeyedValueDataset
- All Known Implementing Classes:
DatasetAdapter
,DefaultKeyedValue
,DefaultKeyedValueDataset
A (key, value) pair.
- See Also:
-
Method Summary
-
Method Details
-
getKey
K getKey()Returns the key associated with the value. The key returned by this method should be immutable.- Returns:
- The key (never
null
).
-