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>

public class MockEnumeration<E> extends Object implements Enumeration<E>
General purpose Enumeration wrapper around an Iterator specified to our controller.