cdqa.iterator

Class And


public final class And
extends BinaryOpBooleanIterator

Nested Class Summary

Nested classes/interfaces inherited from class cdqa.iterator.Iterator

Iterator.IteratorManager

Field Summary

Fields inherited from class cdqa.iterator.BinaryOpBooleanIterator

i1, i2

Fields inherited from class cdqa.iterator.Iterator

NULL, current, initValue

Constructor Summary

And(Iterator i1, Iterator i2)

Method Summary

boolean
getValue()

Methods inherited from class cdqa.iterator.BinaryOpBooleanIterator

postInit, preClose

Methods inherited from class cdqa.iterator.BooleanIterator

asBooleanIterator, getValue, postInit, preClose, pumpNext

Methods inherited from class cdqa.iterator.Iterator

aggreg, all, and, asBooleanIterator, close, constant, constant, constant, constant, constant, debugPrint, empty, exist, getCurrent, init, init, join, join, list, ljoin, ljoin, mTOm, map, mapL, mapL, mapL, next, not, or, postInit, preClose, pumpNext, rjoin, rjoin, scan, scan, theFalseIterator, theTrueIterator, toPrintWriter

Constructor Details

And

public And(Iterator i1,
           Iterator i2)

Method Details

getValue

public boolean getValue()
Overrides:
getValue in interface BooleanIterator