update abstract method

void update(
  1. int index,
  2. T item
)

Update the element at the specified index to item.

指定したindexの要素をitemに更新します。

Implementation

void update(int index, T item);