protected static class ByteArrayClassLoader.SingletonEnumeration extends Object implements Enumeration<URL>
Modifier | Constructor and Description |
---|---|
protected |
SingletonEnumeration(URL element)
Creates a new singleton enumeration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
URL |
nextElement() |
protected SingletonEnumeration(URL element)
element
- The only element.public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<URL>
public URL nextElement()
nextElement
in interface Enumeration<URL>
Copyright © 2014–2025. All rights reserved.