Package org.apache.struts.util
Class IteratorAdapter<E>
java.lang.Object
org.apache.struts.util.IteratorAdapter<E>
- All Implemented Interfaces:
Iterator<E>
Utility method for converting Enumeration to an Iterator class. If you
attempt to remove() an Object from the iterator, it will throw an
UnsupportedOperationException. Added for use by TagLib so Enumeration can
be supported
- Version:
- $Rev$ $Date: 2005-05-07 12:11:38 -0400 (Sat, 07 May 2005) $