Package jmri.util

Class IterableEnumeration<T>

java.lang.Object
jmri.util.IterableEnumeration<T>
Type Parameters:
T - the supported type
All Implemented Interfaces:
Iterable<T>

public class IterableEnumeration<T> extends Object implements Iterable<T>
Provide an Iterable interface for an Enumeration

From JavaSpecialists issue 107