Progress.Collections.KeySetIterator<K> class
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Represents the type of the object returned by the GetIterator( ) method (Collections) in a Progress.Collections.KeySet<K> class. It allows you to traverse the elements in the collection. The elements are returned in no specific order.
The class is FINAL and cannot be extended.
Serializable:
No
Constructor(s)
The class constructor is reserved for system use only.
Super Class
Interfaces
Public Properties
| Current property (Iterator) | — |
Public Methods
| MoveNext( ) method (Iterator) | Reset( ) method (Iterator) |
Public Events
This class has no public events.