protected static class ByteArrayClassLoader.SingletonEnumeration
extends java.lang.Object
implements java.util.Enumeration<java.net.URL>
Modifier and Type | Field and Description |
---|---|
private java.net.URL |
element
The current element or
null if this enumeration does not contain further elements. |
Modifier | Constructor and Description |
---|---|
protected |
SingletonEnumeration(java.net.URL element)
Creates a new singleton enumeration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
java.net.URL |
nextElement() |
private java.net.URL element
null
if this enumeration does not contain further elements.