cdqa.iterator

Class Not


public final class Not
extends BooleanIterator

boolean negation

Nested Class Summary

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

Iterator.IteratorManager

Field Summary

(package private) BooleanIterator
i

Fields inherited from class cdqa.iterator.Iterator

NULL, current, initValue

Constructor Summary

Not(Iterator i)

Method Summary

boolean
getValue()
void
postInit()
does nothing

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

Field Details

i

(package private)  BooleanIterator i

Constructor Details

Not

public Not(Iterator i)

Method Details

getValue

public boolean getValue()
Overrides:
getValue in interface BooleanIterator

postInit

public void postInit()
does nothing
Overrides:
postInit in interface BooleanIterator