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