- Type Parameters:
T
-
- All Implemented Interfaces:
- java.util.Enumeration<T>
public class CompositeEnumeration<T>
extends java.lang.Object
implements java.util.Enumeration<T>
CompositeEnumeration is, as the name implies, a Composite of Enumerations.
It provides a way to iterate across a set of Enumerations as if they are
a single Enumeration. The order of the elements returned reflects the order
of the Enumerations in the Vector passed to the constructor.
- Author:
- shsmith
- See Also:
CompositeClassLoader