Package | Description |
---|---|
java.util |
Contains utility classes including the collections framework and date manipulation.
|
Modifier and Type | Method and Description |
---|---|
abstract Enumeration<V> |
Dictionary.elements()
Returns an enumeration of the values in this dictionary.
|
Enumeration<E> |
Vector.elements()
Returns an enumeration of the components of this vector.
|
Enumeration<V> |
Hashtable.elements()
Returns an enumeration of the values in this hashtable.
|
abstract Enumeration<K> |
Dictionary.keys()
Returns an enumeration of the keys in this dictionary.
|
Enumeration<K> |
Hashtable.keys()
Returns an enumeration of the keys in this hashtable.
|