protected static enum ByteArrayClassLoader.EmptyEnumeration extends Enum<ByteArrayClassLoader.EmptyEnumeration> implements Enumeration<URL>
| Enum Constant and Description | 
|---|
INSTANCE
The singleton instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasMoreElements() | 
URL | 
nextElement() | 
static ByteArrayClassLoader.EmptyEnumeration | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ByteArrayClassLoader.EmptyEnumeration[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ByteArrayClassLoader.EmptyEnumeration INSTANCE
public static ByteArrayClassLoader.EmptyEnumeration[] values()
for (ByteArrayClassLoader.EmptyEnumeration c : ByteArrayClassLoader.EmptyEnumeration.values()) System.out.println(c);
public static ByteArrayClassLoader.EmptyEnumeration valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean hasMoreElements()
hasMoreElements in interface Enumeration<URL>public URL nextElement()
nextElement in interface Enumeration<URL>Copyright © 2014–2023. All rights reserved.