Package org.apache.poi.ss.formula.eval
Class UnionEval
- java.lang.Object
-
- org.apache.poi.ss.formula.eval.AreaEvalBase
-
- org.apache.poi.ss.formula.CacheAreaEval
-
- org.apache.poi.ss.formula.eval.UnionEval
-
- All Implemented Interfaces:
AreaEval
,ValueEval
,SheetRange
,ThreeDEval
,TwoDEval
public class UnionEval extends CacheAreaEval
Represent manyValueEval
s unioned by Union operator(comma operator).- Since:
- 3.9.7
- Author:
- henri
-
-
Method Summary
-
Methods inherited from class org.apache.poi.ss.formula.CacheAreaEval
getColumn, getRelativeValue, getRelativeValue, getRow, isHidden, offset, toString
-
Methods inherited from class org.apache.poi.ss.formula.eval.AreaEvalBase
contains, containsColumn, containsRow, getAbsoluteValue, getFirstColumn, getFirstRow, getFirstSheetIndex, getHeight, getLastColumn, getLastRow, getLastSheetIndex, getValue, getValue, getWidth, isColumn, isFirstColRelative, isFirstRowRelative, isLastColRelative, isLastRowRelative, isRow, isRowHidden, isSubTotal
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.ss.formula.TwoDEval
isFiltered
-
-
-
-
Constructor Detail
-
UnionEval
public UnionEval(ValueEval[] evals)
-
-