Class IteratorEnumeration<T>

java.lang.Object
org.apache.commons.ognl.IteratorEnumeration<T>
All Implemented Interfaces:
Enumeration<T>

public class IteratorEnumeration<T> extends Object implements Enumeration<T>
Maps an Iterator to an Enumeration