org.apache.tools.ant.taskdefs.optional.junit
public final class Enumerations extends Object
Method Summary | |
---|---|
static Enumeration | fromArray(Object[] array)
creates an enumeration from an array of objects. |
static Enumeration | fromCompound(Enumeration[] enums)
creates an enumeration from an array of enumeration. |
Parameters: array the array of object to enumerate.
Returns: the enumeration over the array of objects.
Parameters: enums the array of enumerations.
Returns: the enumeration over the array of enumerations.