public class FireCodeClassLoader.Iterator2Enum<E> extends Object implements Enumeration<E>
| Constructor and Description |
|---|
Iterator2Enum(Iterator<E> iter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
E |
nextElement() |
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<E>public E nextElement()
nextElement in interface Enumeration<E>Copyright © 2017 StarPhoenix Media. All rights reserved.