de.uni_paderborn.robots.misc
Class FEmptyIterator

java.lang.Object
  |
  +--de.uni_paderborn.robots.misc.FEmptyIterator
All Implemented Interfaces:
java.util.Iterator
Direct Known Subclasses:
FHashMap.FHashMapIterator

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


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

Constructor Detail

FEmptyIterator

public FEmptyIterator()
Method Detail

hasNext

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

next

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

remove

public void remove()
Deprecated.  

Specified by:
remove in interface java.util.Iterator
Throws:
UnsupportedOperationException -