public class IteratorAdapter
extends Object
implements Iterator
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