Package java.util
Class Dictionary

Public Method elements

abstract Enumeration elements()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns an enumeration of the values in this dictionary. The general contract for the elements method is that an Enumeration is returned that will gernerate all the elements contained in this dictionary.