|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.common.ListTools.EnumerationIterator
public static class ListTools.EnumerationIterator
Inner class that iterates through enumerations.
Field Summary | |
---|---|
protected Enumeration |
e
|
Constructor Summary | |
---|---|
ListTools.EnumerationIterator(Enumeration e)
Constructor with the enumeration to wrap as an iterator. |
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if the enumeration hasMoreElements() . |
Object |
next()
Returns the enumeration nextElement() . |
void |
remove()
Always throws a java.lang.UnsupportedOperationException. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Enumeration e
Constructor Detail |
---|
public ListTools.EnumerationIterator(Enumeration e)
Method Detail |
---|
public boolean hasNext()
hasMoreElements()
.
hasNext
in interface Iterator
public Object next()
nextElement()
.
next
in interface Iterator
public void remove()
remove
in interface Iterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |