Dictionary.elements

Dictionary.elements

Class Overview | Class Members | This Package | All Packages

Syntax
public abstract Enumeration elements()
Returns
an enumeration of the values in this dictionary.
Description
Returns an enumeration of the values in this dictionary. the Enumeration methods on the returned object to fetch the elements sequentially.

See Also
keys, Enumeration