|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.util.Enumeriterator
public class Enumeriterator
Wrap an Enumeration to provide an Iterator interface.
| Constructor Summary | |
|---|---|
Enumeriterator(java.util.Enumeration src)
Get an instance of Enumeriterator. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Determine whether this Iterator has more elements. |
java.lang.Object |
next()
Get the next object. |
void |
remove()
NOT IMPLEMENTED. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Enumeriterator(java.util.Enumeration src)
| 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 | |||||||||