Searched refs:ArrayWithDuplicate (Results 1 – 3 of 3) sorted by relevance
180 public static class ArrayWithDuplicate<E> { class in AbstractContainerTester184 private ArrayWithDuplicate(E[] elements, E duplicate) { in ArrayWithDuplicate() method in AbstractContainerTester.ArrayWithDuplicate194 protected ArrayWithDuplicate<E> createArrayWithDuplicateElement() { in createArrayWithDuplicateElement()198 return new ArrayWithDuplicate<E>(elements, duplicate); in createArrayWithDuplicateElement()
41 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement(); in testRemoveAll_duplicate()
39 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement(); in testRemove_duplicate()