Progress.Collections.KeyValuePair<K,V> class
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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)
|
- key
- A
Progress.Lang.Objectthat is used as the key. - value
- A
Progress.Lang.Objectvalue that is associated with the key.
Super 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.