Searched refs:tmpArray (Results 1 – 2 of 2) sorted by relevance
165 V[][] tmpArray = (@Nullable V[][]) new Object[rowList.size()][columnList.size()]; in ArrayTable() local166 array = tmpArray; in ArrayTable()
166 V[][] tmpArray = (@Nullable V[][]) new Object[rowList.size()][columnList.size()]; in ArrayTable() local167 array = tmpArray; in ArrayTable()