Package org.apache.commons.chain.web
Class MockEnumeration<E>
java.lang.Object
org.apache.commons.chain.web.MockEnumeration<E>
- Type Parameters:
E
- the type of the elements
- All Implemented Interfaces:
Enumeration<E>
General purpose
Enumeration
wrapper around an
Iterator
specified to our controller.-
Field Details
-
iterator
-
-
Constructor Details
-
MockEnumeration
-
-
Method Details
-
hasMoreElements
- Specified by:
hasMoreElements
in interfaceEnumeration<E>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<E>
-