|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.util.NullEnumeration<T>
public class NullEnumeration<T>
A null iterator
Method Summary | ||
---|---|---|
static
|
create()
|
|
boolean |
hasMoreElements()
|
|
T |
nextElement()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> NullEnumeration<T> create()
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration<T>
public T nextElement()
nextElement
in interface java.util.Enumeration<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |