|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.taskdefs.optional.junit.Enumerations
public final class Enumerations
A couple of methods related to enumerations that might be useful. This class should probably disappear once the required JDK is set to 1.2 instead of 1.1.
Method Summary | |
---|---|
static java.util.Enumeration |
fromArray(java.lang.Object[] array)
creates an enumeration from an array of objects. |
static java.util.Enumeration |
fromCompound(java.util.Enumeration[] enums)
creates an enumeration from an array of enumeration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.Enumeration fromArray(java.lang.Object[] array)
array
- the array of object to enumerate.
public static java.util.Enumeration fromCompound(java.util.Enumeration[] enums)
enums
- the array of enumerations.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |