Searched refs:createArrayWithDuplicateElement (Results 1 – 6 of 6) sorted by relevance
42 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement(); in testRemoveAll_duplicate()
40 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement(); in testRemove_duplicate()
190 protected ArrayWithDuplicate<E> createArrayWithDuplicateElement() { in createArrayWithDuplicateElement() method in AbstractContainerTester