public class Enumerator<E>
extends java.lang.Object
implements java.util.Enumeration<E>
| Constructor and Description |
|---|
Enumerator(E[] array) |
Enumerator(java.util.List<E> list) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
E |
nextElement() |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.