cdqa.iterator
Class True

java.lang.Object
  extended by cdqa.iterator.Iterator
      extended by cdqa.iterator.BooleanIterator
          extended by cdqa.iterator.True

public final class True
extends BooleanIterator


Nested Class Summary
 
Nested classes/interfaces inherited from class cdqa.iterator.Iterator
Iterator.IteratorManager
 
Field Summary
 
Fields inherited from class cdqa.iterator.Iterator
current, initValue, NULL
 
Constructor Summary
True()
           
 
Method Summary
 boolean getValue()
           
 
Methods inherited from class cdqa.iterator.BooleanIterator
asBooleanIterator, postInit, preClose, pumpNext
 
Methods inherited from class cdqa.iterator.Iterator
aggreg, all, and, close, constant, constant, constant, constant, constant, debugPrint, empty, exist, getCurrent, init, init, join, join, list, ljoin, ljoin, map, mapL, mapL, mapL, mTOm, next, not, or, rjoin, rjoin, scan, scan, theFalseIterator, theTrueIterator, toPrintWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

True

public True()
Method Detail

getValue

public boolean getValue()
Specified by:
getValue in class BooleanIterator