|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Enumeration | |
java.util |
Uses of Enumeration in java.util |
Methods in java.util that return Enumeration | |
abstract Enumeration |
ResourceBundle.getKeys()
Returns an enumeration of the keys. |
Enumeration |
Vector.elements()
Returns an enumeration of the components of this vector. |
Enumeration |
Properties.propertyNames()
Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list. |
Enumeration |
Hashtable.keys()
Returns an enumeration of the keys in this hashtable. |
Enumeration |
Hashtable.elements()
Returns an enumeration of the values in this hashtable. |
abstract Enumeration |
Dictionary.elements()
Answers an Enumeration on the elements of this Dictionary. |
abstract Enumeration |
Dictionary.keys()
Answers an Enumeration on the keys of this Dictionary. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |