Searched refs:ArrayWithDuplicate (Results 1 – 6 of 6) sorted by relevance
174 public static class ArrayWithDuplicate<E> { class in AbstractContainerTester178 private ArrayWithDuplicate(E[] elements, E duplicate) { in ArrayWithDuplicate() method in AbstractContainerTester.ArrayWithDuplicate187 protected ArrayWithDuplicate<E> createArrayWithDuplicateElement() { in createArrayWithDuplicateElement()191 return new ArrayWithDuplicate<E>(elements, duplicate); in createArrayWithDuplicateElement()
42 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement(); in testRemoveAll_duplicate()
40 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement(); in testRemove_duplicate()