Save This Page
Home » commons-chain-1.2-src » org.apache.commons » chain » web » [javadoc | source]
org.apache.commons.chain.web
public class: MockEnumeration [javadoc | source]
java.lang.Object
   org.apache.commons.chain.web.MockEnumeration

All Implemented Interfaces:
    Enumeration

General purpose Enumeration wrapper around an Iterator specified to our controller.

Field Summary
protected  Iterator iterator     
Constructor:
 public MockEnumeration(Iterator iterator) 
Method from org.apache.commons.chain.web.MockEnumeration Summary:
hasMoreElements,   nextElement
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.chain.web.MockEnumeration Detail:
 public boolean hasMoreElements() 
 public Object nextElement()