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() |
String |
toString() |
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–2015. All rights reserved.