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() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
int |
getRowCount() |
byte |
getSid() |
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
|
void |
write(LittleEndianOutput out) |
int |
writeTokenValueBytes(LittleEndianOutput out) |
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
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 void write(LittleEndianOutput out)
public int writeTokenValueBytes(LittleEndianOutput out)
public int getRowCount()
public int getColumnCount()
public int getSize()
public byte getSid()
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
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.