Coalevo Logo

net.coalevo.empp.util
Class EmptyIterator

java.lang.Object
  extended by net.coalevo.empp.util.EmptyIterator
All Implemented Interfaces:
java.util.Iterator

public class EmptyIterator
extends java.lang.Object
implements java.util.Iterator

This class...

Version:
0.0.1 (31/01/2009)
Author:
Dieter Wimberger (coalevo)

Field Summary
static EmptyIterator INSTANCE
           
 
Constructor Summary
EmptyIterator()
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final EmptyIterator INSTANCE
Constructor Detail

EmptyIterator

public EmptyIterator()
Method Detail

hasNext

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

next

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

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

Coalevo Logo

(c) 2004-2009 VFI (http://www.vfi.or.at)