Module org.glassfish.hk2.core
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.
- Author:
- Sanjeeb.Sahoo@Sun.COM
-
Constructor Details
-
CompositeEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<URL>
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<URL>
-