addItem abstract method

void addItem(
  1. E item
)

新增item

Implementation

void addItem(E item);