KeyType
- The type of the key.ValueType
- The type of the value.public interface KeyValuePair<KeyType,ValueType> extends Pair<KeyType,ValueType>
Modifier and Type | Method and Description |
---|---|
KeyType |
getKey()
Gets the key part of the key-value pair.
|
ValueType |
getValue()
Gets the value part of the key-value pair.
|