Class CompositeEnumeration
java.lang.Object
com.sun.enterprise.module.common_impl.CompositeEnumeration
- All Implemented Interfaces:
Enumeration<URL>
We need a compound enumeration so that we can aggregate the results from
various delegates.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enumerators
Enumeration<URL>[] enumerators -
index
int index
-
-
Constructor Details
-
CompositeEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<URL>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<URL>
-
getCurrent
-