|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.EmptyEnumeration
final class EmptyEnumeration
Empty enumeration class. Call getInstance() to get the singleton. This is not part of the Java spec, so must be package-scope only.
| Method Summary | |
|---|---|
static EmptyEnumeration |
getInstance()
Return instance. |
boolean |
hasMoreElements()
Enumeration implementation. |
URL |
nextElement()
Returns the next element in this Enumeration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static EmptyEnumeration getInstance()
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<URL>Enumeration.nextElement()public URL nextElement()
Enumeration
nextElement in interface Enumeration<URL>Enumeration.hasMoreElements()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||