Hashtable.elements
Class Overview | Class Members | This Package | All Packages
Syntax
public synchronized Enumeration elements()
Returns
an enumeration of the values in this hashtable.
Description
Returns an enumeration of the values in this hashtable. Use the Enumeration methods on the returned object to fetch the elements sequentially.
Overrides
elements in class Dictionary