Package net.sf.okapi.common.annotation
Class IterableEnumeration<T>
- java.lang.Object
-
- net.sf.okapi.common.annotation.IterableEnumeration<T>
-
-
Constructor Summary
Constructors Constructor Description IterableEnumeration(Enumeration<T> en)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<T>iterator()static <T> Iterable<T>make(Enumeration<T> en)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
IterableEnumeration
public IterableEnumeration(Enumeration<T> en)
-
-