- All Implemented Interfaces:
- java.io.Serializable, java.util.Map.Entry<K,V>
public class SimpleEntry<K,V>
extends java.util.AbstractMap.SimpleEntry<K,V>
SimpleEntry is a public class that models a Pair in the model language.
SimpleEntry is a minimal public extension of AbstractMap.SimpleEntry,
which we provide for the sake of web marshalling tools that require all
Java types to be public, concrete classes. Unfortunately, the standard
SimpleEntry is a nested class, so not available to such tools.
- Version:
- Broker@Cloud 1.0
- Author:
- Anthony J H Simons
- See Also:
- Serialized Form