| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Class and Description |
|---|---|
class |
StringTokenizer |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<E> |
Vector.elements() |
Enumeration<V> |
Hashtable.elements() |
abstract Enumeration<V> |
Dictionary.elements() |
static <T> Enumeration<T> |
Collections.enumeration(Collection<T> collection) |
Enumeration<K> |
Hashtable.keys() |
abstract Enumeration<K> |
Dictionary.keys() |
| Modifier and Type | Method and Description |
|---|---|
static <T> ArrayList<T> |
Collections.list(Enumeration<T> enumeration) |
Copyright © 2026. All rights reserved.