addat

此方法會將指定的元素新增至給定索引處的清單。
可見性
PublicSignature
void addAt(int i, Concept c);
參數
I

新增元素的清單索引

c

要新增的元素


回饋