Dictionary.keys

Dictionary.keys

Class Overview | Class Members | This Package | All Packages

Syntax
public abstract Enumeration keys()
Returns
an enumeration of the keys in this dictionary.
Description
Returns an enumeration of the keys in this dictionary.

See Also
elements, Enumeration