bp.eventSets
Class EmptyEventIterator

java.lang.Object
  extended by bp.eventSets.EmptyEventIterator
All Implemented Interfaces:
java.util.Iterator<Event>

 class EmptyEventIterator
extends java.lang.Object
implements java.util.Iterator<Event>

An iterator over an empty set of events.


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

Constructor Detail

EmptyEventIterator

EmptyEventIterator()
Method Detail

hasNext

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

next

public Event next()
Specified by:
next in interface java.util.Iterator<Event>

remove

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