|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.common.util.iterator.EmptyEnumeration
public final class EmptyEnumeration
Convenience class that can serve as an empty Enumeration.
In order to use the class, retrieve an instance using the getInstance() method.
| Method Summary | |
|---|---|
static EmptyEnumeration |
getInstance()
Returns a global instance of this object. |
boolean |
hasMoreElements()
Implementation of the Enumeration interface. |
java.lang.Object |
nextElement()
Implementation of the Enumeration interface. |
| 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 java.util.Enumerationpublic java.lang.Object nextElement()
nextElement in interface java.util.Enumeration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||