Progress.Collections.KeyValuePair<K,V> is a class that holds a key-value pair for a Map collection.

This class is FINAL and cannot be extended.

Serializable:

Yes

Constructor(s)

PUBLIC KeyValuePair(key as K, value AS V).
key
A Progress.Lang.Object that is used as the key.
value
A Progress.Lang.Object value that is associated with the key.

Super Class

Progress.Lang.Object class

Interfaces

This class does not implement interfaces (beyond those it inherits from its base class).

Public Properties

Key property Value property

Public Methods

This class has no public methods.

Public Events

This class has no public events.

See also

<T> Generic type reference