public void operate(ArrayList4<Integer> list) {
   list.subList(ArrayList4Asserter.CAPACITY - 10, ArrayList4Asserter.CAPACITY).clear();
 }