|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.knowledgeplaza.util.IteratorToEnumerationAdapter<T>
public class IteratorToEnumerationAdapter<T>
Utility method for converting an Iterator to an Enumeration class.
| Constructor Summary | |
|---|---|
IteratorToEnumerationAdapter(java.util.Iterator<T> pIterator)
|
|
| 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 IteratorToEnumerationAdapter(java.util.Iterator<T> pIterator)
| 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 | |||||||||