Package org.apache.struts.mock
Class MockEnumeration<E>
java.lang.Object
org.apache.struts.mock.MockEnumeration<E>
- All Implemented Interfaces:
Enumeration<E>
General purpose Enumeration
wrapper around an
Iterator
specified to our controller.
- Version:
- $Rev$ $Date: 2005-05-07 12:11:38 -0400 (Sat, 07 May 2005) $
-
Field Details
-
iterator
-
-
Constructor Details
-
MockEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<E>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<E>
-