|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.commons.util.IteratorEnumeration<T>
public class IteratorEnumeration<T>
Iterator wrapped as an enumeration.
| Constructor Summary | |
|---|---|
IteratorEnumeration(java.util.Iterator<T> it)
Create an enumeration from an Iterator. |
|
| Method Summary | |
|---|---|
boolean |
hasMoreElements()
|
T |
nextElement()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IteratorEnumeration(java.util.Iterator<T> it)
| Method Detail |
|---|
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumeration<T>public T nextElement()
nextElement in interface java.util.Enumeration<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||