Class IteratorEnumeration<E>

java.lang.Object
com.atlassian.jira.util.collect.IteratorEnumeration<E>
Type Parameters:
E - the type of element produced.
All Implemented Interfaces:
Enumeration<E>

public class IteratorEnumeration<E> extends Object implements Enumeration<E>
Adaptor for turning an Iterator an into Enumeration.