protected static enum ByteArrayClassLoader.EmptyEnumeration extends Enum<ByteArrayClassLoader.EmptyEnumeration> implements Enumeration<URL>
| Enum Constant and Description | 
|---|
| INSTANCEThe singleton instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasMoreElements() | 
| URL | nextElement() | 
| String | toString() | 
| 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>public String toString()
toString in class Enum<ByteArrayClassLoader.EmptyEnumeration>Copyright © 2014–2016. All rights reserved.