Searched defs:addAll (Results 1 – 3 of 3) sorted by relevance
48 public void addAll(List<TestListItem> items) { in addAll() method in ArrayTestListAdapter
46 public void addAll(String test, Set<TestResultHistory.ExecutionRecord> executionRecords) { in addAll() method in TestResultHistoryCollection
87 public boolean addAll(Collection<? extends E> c) { in addAll() method in QueryableHashSet