Class EnumerationIterable<T>

java.lang.Object
org.jboss.vfs.spi.EnumerationIterable<T>
Type Parameters:
T - the element type
All Implemented Interfaces:
Iterable<T>

class EnumerationIterable<T> extends Object implements Iterable<T>
An iterable enumeration wrapper.
  • Field Details

  • Constructor Details

    • EnumerationIterable

      EnumerationIterable(Enumeration<T> entries)
  • Method Details