Class KeyValuePairSet

All Implemented Interfaces:
Serializable, Iterable<KeyValuePair>, Collection<KeyValuePair>, Set<KeyValuePair>

public class KeyValuePairSet extends KeyValuePairBag implements Set<KeyValuePair>, Serializable

A Set of KeyValuePair instances.

See Also:

In the adapter configuration file this class is aliased as key-value-pair-set which is the preferred alternative to the fully qualified classname when building your configuration.