Class EnumerationIterator<T>

java.lang.Object
aQute.lib.collections.EnumerationIterator<T>
Type Parameters:
T -
All Implemented Interfaces:
Iterable<T>, Iterator<T>

public class EnumerationIterator<T> extends Object implements Iterable<T>, Iterator<T>
Simple facade for enumerators so they can be used in for loops.