|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.apache.commons.jexl.util.EnumerationIterator
An Iterator wrapper for an Enumeration.
| Constructor Summary | |
|---|---|
EnumerationIterator(Enumeration enumer)
Creates a new iteratorwrapper instance for the specified Enumeration. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Check to see if there is another element in the array. |
Object |
next()
Move to next element in the array. |
void |
remove()
Unimplemented. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EnumerationIterator(Enumeration enumer)
enumer - The Enumeration to wrap.| Method Detail |
public Object next()
next in interface Iteratorpublic boolean hasNext()
hasNext in interface Iteratorpublic void remove()
remove in interface Iterator
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||