org.stringtree.util.iterator
Class EmptyIterator

java.lang.Object
  extended by org.stringtree.util.iterator.AbstractIterator
      extended by org.stringtree.util.iterator.EmptyIterator
All Implemented Interfaces:
java.util.Iterator

public class EmptyIterator
extends AbstractIterator


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

it

private static EmptyIterator it
Constructor Detail

EmptyIterator

public EmptyIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator
Specified by:
hasNext in class AbstractIterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator
Specified by:
next in class AbstractIterator

it

public static EmptyIterator it()