|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclarion.clarion.runtime.expr.CExpr.JoinIterator
public static class CExpr.JoinIterator
| 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 |
|---|
public CExpr.JoinIterator(java.util.Iterator<CExpr> e1,
java.util.Iterator<CExpr> e2)
public CExpr.JoinIterator(CExpr e1,
java.lang.Iterable<CExpr> e2)
| Method Detail |
|---|
public static CExpr.JoinIterator generic(CExpr e1,
java.lang.Iterable<? extends CExpr.GenericOp> e2)
public boolean hasNext()
hasNext in interface java.util.Iterator<CExpr>public CExpr next()
next in interface java.util.Iterator<CExpr>public void remove()
remove in interface java.util.Iterator<CExpr>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||