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

Progress.Lang.Object class

Interfaces

Progress.Collections.IIterator<T> interface

Public Properties

Current property (Iterator)

Public Methods

MoveNext( ) method (Iterator) Reset( ) method (Iterator)

Public Events

This class has no public events.

See also

<T> Generic type reference