java.lang.Object
com.aoapps.collections.EnumerationIterator<E>
- All Implemented Interfaces:
Iterator<E>
Bridges the gap between Enumeration and Iterator in the opposite direction of Collections.enumeration(Collection);
- Author:
- AO Industries, Inc.
- See Also: