org.apache.poi.hssf.record.formula.functions
Class And

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.functions.BooleanFunction
      extended by org.apache.poi.hssf.record.formula.functions.And
All Implemented Interfaces:
Function

public final class And
extends BooleanFunction


Constructor Summary
And()
           
 
Method Summary
protected  boolean getInitialResultValue()
           
protected  boolean partialEvaluate(boolean cumulativeResult, boolean currentValue)
           
 
Methods inherited from class org.apache.poi.hssf.record.formula.functions.BooleanFunction
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

And

public And()
Method Detail

getInitialResultValue

protected boolean getInitialResultValue()
Specified by:
getInitialResultValue in class BooleanFunction

partialEvaluate

protected boolean partialEvaluate(boolean cumulativeResult,
                                  boolean currentValue)
Specified by:
partialEvaluate in class BooleanFunction


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.