|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stringtree.util.iterator.AbstractIterator
org.stringtree.util.iterator.EmptyIterator
public class EmptyIterator
Field Summary | |
---|---|
private static EmptyIterator |
it
|
Constructor Summary | |
---|---|
EmptyIterator()
|
Method Summary | |
---|---|
boolean |
hasNext()
|
static EmptyIterator |
it()
|
java.lang.Object |
next()
|
Methods inherited from class org.stringtree.util.iterator.AbstractIterator |
---|
remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static EmptyIterator it
Constructor Detail |
---|
public EmptyIterator()
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
hasNext
in class AbstractIterator
public java.lang.Object next()
next
in interface java.util.Iterator
next
in class AbstractIterator
public static EmptyIterator it()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |