Package com.atlassian.jira.util.collect
Class EnumerationIterator<E>
java.lang.Object
com.atlassian.jira.util.collect.EnumerationIterator<E>
- Type Parameters:
E- the type of element produced.
- All Implemented Interfaces:
Iterator<E>
Adaptor for turning an
Enumeration into an Iterator.-
Method Summary
Modifier and TypeMethodDescriptionstatic <E> Iterator<E> fromEnumeration(Enumeration<? extends E> enumeration) booleanhasNext()next()voidremove()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining