insert abstract method

void insert(
  1. int position,
  2. E item
)

插入item到指定下标

Implementation

void insert(int position, E item);