addItemsClear abstract method

void addItemsClear(
  1. List<E?> items
)

清除并新增

Implementation

void addItemsClear(List<E?> items);