protected static class MultipleParentClassLoader.CompoundEnumeration extends Object implements Enumeration<URL>
| Modifier | Constructor and Description | 
|---|---|
protected  | 
CompoundEnumeration(List<Enumeration<URL>> enumerations)
Creates a compound enumeration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasMoreElements() | 
URL | 
nextElement() | 
protected CompoundEnumeration(List<Enumeration<URL>> enumerations)
enumerations - The enumerations to represent.public boolean hasMoreElements()
hasMoreElements in interface Enumeration<URL>public URL nextElement()
nextElement in interface Enumeration<URL>Copyright © 2014–2021. All rights reserved.