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