Class EnumerationIterable<T>
java.lang.Object
org.jboss.vfs.spi.EnumerationIterable<T>
- Type Parameters:
T- the element type
- All Implemented Interfaces:
Iterable<T>
-
Field Details
-
entries
-
-
Constructor Details
-
EnumerationIterable
EnumerationIterable(Enumeration<T> entries)
-
-
Method Details
-
iterator
-