protected static class ByteArrayClassLoader.ChildFirst.PrependingEnumeration extends Object implements Enumeration<URL>
| Modifier | Constructor and Description | 
|---|---|
protected  | 
PrependingEnumeration(URL url,
                     Enumeration<URL> enumeration)
Creates a new prepending enumeration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasMoreElements() | 
URL | 
nextElement() | 
protected PrependingEnumeration(URL url, Enumeration<URL> enumeration)
url - The first element of the enumeration.enumeration - An enumeration that is used for pulling subsequent urls.public boolean hasMoreElements()
hasMoreElements in interface Enumeration<URL>public URL nextElement()
nextElement in interface Enumeration<URL>Copyright © 2014–2024. All rights reserved.