org.globus.cog.karajan.workflow.nodes.functions
Class Misc.DotIterator

java.lang.Object
  extended by org.globus.cog.karajan.workflow.nodes.functions.Misc.DotIterator
All Implemented Interfaces:
Iterator, KarajanIterator
Enclosing class:
Misc

public static class Misc.DotIterator
extends Object
implements KarajanIterator


Constructor Summary
Misc.DotIterator(Iterator[] its)
           
 
Method Summary
 int count()
           
 int current()
           
 boolean hasNext()
           
 Object next()
           
 Object peek()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Misc.DotIterator

public Misc.DotIterator(Iterator[] its)
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

current

public int current()
Specified by:
current in interface KarajanIterator

count

public int count()
Specified by:
count in interface KarajanIterator

peek

public Object peek()
Specified by:
peek in interface KarajanIterator