org.shapelogic.logic
Class TaskModuleIterator

java.lang.Object
  extended by org.shapelogic.logic.TaskModuleIterator
All Implemented Interfaces:
java.util.Iterator<com.google.inject.Module>

public class TaskModuleIterator
extends java.lang.Object
implements java.util.Iterator<com.google.inject.Module>

Author:
Sami Badawi

Constructor Summary
TaskModuleIterator(Task currentTask)
           
 
Method Summary
 boolean hasNext()
           
 com.google.inject.Module next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskModuleIterator

public TaskModuleIterator(Task currentTask)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<com.google.inject.Module>

next

public com.google.inject.Module next()
Specified by:
next in interface java.util.Iterator<com.google.inject.Module>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<com.google.inject.Module>


Copyright © 2009. All Rights Reserved.