public void operate(ArrayList4<Integer> list) {
   Assert.isFalse(list.contains(new Integer(ArrayList4Asserter.CAPACITY)));
 }