T - the generic typepublic class SetEnumeration<T>
extends java.lang.Object
implements java.util.Enumeration<T>
| Constructor and Description |
|---|
SetEnumeration(java.util.Set<T> set,
java.util.Enumeration<T> enumeration)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
T |
nextElement() |