Package hudson.util

Class CompoundEnumeration<T>

java.lang.Object
hudson.util.CompoundEnumeration<T>
All Implemented Interfaces:
Enumeration<T>

public class CompoundEnumeration<T> extends Object implements Enumeration<T>
Enumeration that aggregates multiple Enumerations.
Author:
Kohsuke Kawaguchi