removeAt abstract method

void removeAt(
  1. int position
)

移除下标position

Implementation

void removeAt(int position);