Searched refs:ArrayWithDuplicate (Results 1 – 3 of 3) sorted by relevance
173 public static class ArrayWithDuplicate<E> { class in AbstractContainerTester177 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()
41 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement(); in testRemoveAll_duplicate()
39 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement(); in testRemove_duplicate()