private static final class Iterators.Iter2Enumeration
extends java.lang.Object
implements java.util.Enumeration
| Modifier and Type | Field and Description |
|---|---|
private java.util.Iterator |
iter |
| Constructor and Description |
|---|
Iter2Enumeration(java.util.Iterator iter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |