@Deprecated
public class SafeEnumeration
extends java.lang.Object
implements java.util.Enumeration
| Constructor and Description |
|---|
SafeEnumeration(java.util.Enumeration e)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements()
Deprecated.
|
java.lang.Object |
nextElement()
Deprecated.
|