|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.formula.eval.RelationalOperationEval
Nested Class Summary | |
protected class |
RelationalOperationEval.RelationalValues
|
Constructor Summary | |
RelationalOperationEval()
|
Method Summary | |
protected int |
doComparison(java.lang.Boolean[] bs)
|
protected int |
doComparison(java.lang.Double[] ds)
|
protected int |
doComparison(java.lang.String[] ss)
|
RelationalOperationEval.RelationalValues |
doEvaluate(Eval[] operands,
int srcRow,
short srcCol)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.poi.hssf.record.formula.eval.OperationEval |
evaluate, getNumberOfOperands, getType |
Constructor Detail |
public RelationalOperationEval()
Method Detail |
public RelationalOperationEval.RelationalValues doEvaluate(Eval[] operands, int srcRow, short srcCol)
protected int doComparison(java.lang.Boolean[] bs)
protected int doComparison(java.lang.String[] ss)
protected int doComparison(java.lang.Double[] ds)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |