Package org.jboss.vfs.spi
Class EnumerationIterable<T>
- java.lang.Object
-
- org.jboss.vfs.spi.EnumerationIterable<T>
-
- Type Parameters:
T
- the element type
- All Implemented Interfaces:
java.lang.Iterable<T>
class EnumerationIterable<T> extends java.lang.Object implements java.lang.Iterable<T>
An iterable enumeration wrapper.
-
-
Constructor Summary
Constructors Constructor Description EnumerationIterable(java.util.Enumeration<T> entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<T>
iterator()
-