public class CollectionEnumerationHybrid<E>
extends java.util.ArrayList<E>
implements java.util.Enumeration<E>
| Constructor and Description |
|---|
CollectionEnumerationHybrid() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
E |
nextElement() |