Class EnumerationIterator<T>
java.lang.Object
aQute.lib.collections.EnumerationIterator<T>
- Type Parameters:
T-
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()iterator()static <T> EnumerationIterator<T> iterator(Enumeration<? extends T> e) next()voidremove()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
EnumerationIterator
-
-
Method Details
-
iterator
-
iterator
-
hasNext
-
next
-
remove
-