public final class ArrayPtg extends Ptg
Modifier and Type | Field and Description |
---|---|
static int |
PLAIN_TOKEN_SIZE
The size of the plain tArray token written within the standard formula tokens
(not including the data which comes after all formula tokens)
|
static byte |
sid |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Constructor and Description |
---|
ArrayPtg(ArrayPtg other) |
ArrayPtg(java.lang.Object[][] values2d) |
Modifier and Type | Method and Description |
---|---|
ArrayPtg |
copy() |
int |
getColumnCount() |
byte |
getDefaultOperandClass() |
int |
getRowCount() |
int |
getSize()
This size includes the size of the array Ptg plus the Array Ptg Token value size
|
java.lang.Object[][] |
getTokenArrayValues() |
boolean |
isBaseToken() |
java.lang.String |
toFormulaString()
return a string representation of this token alone
|
java.lang.String |
toString()
Overridden toString method to ensure object hash is not printed.
|
void |
write(LittleEndianOutput out) |
int |
writeTokenValueBytes(LittleEndianOutput out) |
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass
public static final byte sid
public static final int PLAIN_TOKEN_SIZE
public ArrayPtg(ArrayPtg other)
public ArrayPtg(java.lang.Object[][] values2d)
values2d
- array values arranged in rowspublic java.lang.Object[][] getTokenArrayValues()
public boolean isBaseToken()
isBaseToken
in class Ptg
false
if this token is classified as 'reference', 'value', or 'array'public java.lang.String toString()
Ptg
public void write(LittleEndianOutput out)
public int writeTokenValueBytes(LittleEndianOutput out)
public int getRowCount()
public int getColumnCount()
public int getSize()
public java.lang.String toFormulaString()
Ptg
toFormulaString
in class Ptg
public byte getDefaultOperandClass()
getDefaultOperandClass
in class Ptg
public ArrayPtg copy()
copy
in interface Duplicatable
copy
in class Ptg
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.