|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pf.util.EnumerationIterator
Provides the Iterator interface on a given Enumeration.
| Constructor Summary | |
EnumerationIterator(java.util.Enumeration enumeration)
Initialize the new instance with an enumeration. |
|
| Method Summary | |
boolean |
hasNext()
Returns true if another element is available. |
java.lang.Object |
next()
Returns the next element. |
void |
remove()
Not supported but required by interface Iterator. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EnumerationIterator(java.util.Enumeration enumeration)
| Method Detail |
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||