| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Class and Description |
|---|---|
class |
StringTokenizer
The
StringTokenizer class allows an application to break a string
into tokens by performing code point comparison. |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<E> |
Vector.elements()
Returns an enumeration on the elements of this vector.
|
Enumeration<V> |
Hashtable.elements()
Returns an enumeration on the values of this
Hashtable. |
abstract Enumeration<V> |
Dictionary.elements()
Returns an enumeration on the elements of this dictionary.
|
static <T> Enumeration<T> |
Collections.enumeration(Collection<T> collection)
Returns an
Enumeration on the specified collection. |
Enumeration<K> |
Hashtable.keys()
Returns an enumeration on the keys of this
Hashtable instance. |
abstract Enumeration<K> |
Dictionary.keys()
Returns an enumeration on the keys of this dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ArrayList<T> |
Collections.list(Enumeration<T> enumeration)
Returns an
ArrayList with all the elements in the enumeration. |
Copyright © 2026. All rights reserved.