| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.velocity.util.EnumerationIterator
An Iterator wrapper for an Enumeration.
| Field Summary | |
private  java.util.Enumeration | 
enum
The enumeration to iterate.  | 
| Constructor Summary | |
EnumerationIterator(java.util.Enumeration enum)
Creates a new iteratorwrapper instance for the specified Enumeration.  | 
|
| Method Summary | |
 boolean | 
hasNext()
Check to see if there is another element in the array.  | 
 java.lang.Object | 
next()
Move to next element in the array.  | 
 void | 
remove()
Unimplemented.  | 
| Methods inherited from class java.lang.Object | 
 | 
| Field Detail | 
private java.util.Enumeration enum
| Constructor Detail | 
public EnumerationIterator(java.util.Enumeration enum)
enum - The Enumeration to wrap.| Method Detail | 
public java.lang.Object next()
next in interface java.util.Iteratorpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||