Copied and modified from Apache Commons Collections 3.2.1.
Adapter to make an {@link Iterator Iterator} instance appear to be an{@link Enumeration Enumeration} instance.
@param < E> The type of the enumerated elements.
@since Commons Collections 1.0
@version $Revision: 797916 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr2008) $
@author
James Strachan