Class EnumerationIterable<T>

java.lang.Object
ch.njol.util.coll.iterator.EnumerationIterable<T>
All Implemented Interfaces:
Iterable<T>

public class EnumerationIterable<T> extends Object implements Iterable<T>
TODO this should actually only be an Iterator
  • Constructor Details

    • EnumerationIterable

      public EnumerationIterable(@Nullable Enumeration<? extends T> e)
  • Method Details