Class EnumerationIterator<E>

java.lang.Object
com.aoapps.collections.EnumerationIterator<E>
All Implemented Interfaces:
Iterator<E>

public class EnumerationIterator<E> extends Object implements Iterator<E>
Bridges the gap between Enumeration and Iterator in the opposite direction of Collections.enumeration(Collection);
Author:
AO Industries, Inc.
See Also: