Searched refs:createArrayWithDuplicateElement (Results 1 – 3 of 3) sorted by relevance
41 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement(); in testRemoveAll_duplicate()
39 ArrayWithDuplicate<E> arrayAndDuplicate = createArrayWithDuplicateElement(); in testRemove_duplicate()
194 protected ArrayWithDuplicate<E> createArrayWithDuplicateElement() { in createArrayWithDuplicateElement() method in AbstractContainerTester