org.jclarion.clarion.runtime.expr
Class CExpr.JoinIterator

java.lang.Object
  extended by org.jclarion.clarion.runtime.expr.CExpr.JoinIterator
All Implemented Interfaces:
java.util.Iterator<CExpr>
Enclosing class:
CExpr

public static class CExpr.JoinIterator
extends java.lang.Object
implements java.util.Iterator<CExpr>


Constructor Summary
CExpr.JoinIterator(CExpr e1, java.lang.Iterable<CExpr> e2)
           
CExpr.JoinIterator(java.util.Iterator<CExpr> e1, java.util.Iterator<CExpr> e2)
           
 
Method Summary
static CExpr.JoinIterator generic(CExpr e1, java.lang.Iterable<? extends CExpr.GenericOp> e2)
           
 boolean hasNext()
           
 CExpr next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CExpr.JoinIterator

public CExpr.JoinIterator(java.util.Iterator<CExpr> e1,
                          java.util.Iterator<CExpr> e2)

CExpr.JoinIterator

public CExpr.JoinIterator(CExpr e1,
                          java.lang.Iterable<CExpr> e2)
Method Detail

generic

public static CExpr.JoinIterator generic(CExpr e1,
                                         java.lang.Iterable<? extends CExpr.GenericOp> e2)

hasNext

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

next

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

remove

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


Copyright © 2010. All Rights Reserved.