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:
java.util.Iterator<T>
class EnumerationIterator<T> extends java.lang.Object implements java.util.Iterator<T>
An enumeration iterator.
-
-
Constructor Summary
Constructors Constructor Description EnumerationIterator(java.util.Enumeration<T> entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
T
next()
void
remove()
-