Package java.util
Class Dictionary

Public Method keys

abstract Enumeration keys()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns an enumeration of the keys in this dictionary. The gerneal contract for the keys method is that an Enumeration object is returned that will generate all the keys for which this dictionary contains entries.