updateItemAt abstract method

void updateItemAt(
  1. int index,
  2. T updatedItem
)

Implementation

void updateItemAt(int index, T updatedItem);