- All Known Implementing Classes:
- DefaultKeyValue
public interface KeyValue<K,V>
Defines a simple key value pair.
A Map Entry has considerable additional semantics over and above a simple key-value pair.
This interface defines the minimum key value, with just the two get methods.
- Version:
- $Id: KeyValue.java 37754 2013-01-09 16:14:45Z mdenburger $