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

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

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


Constructor Summary
CExpr.TwoIterator(CExpr e1, CExpr e2)
           
 
Method Summary
 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.TwoIterator

public CExpr.TwoIterator(CExpr e1,
                         CExpr e2)
Method Detail

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.