HomeSort by relevance Sort by last modified time
    Searched full:normalcountinglist (Results 1 - 1 of 1) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CollectionsTest.java 99 ArrayList normalCountingList;
108 if (!(col.isEmpty() || col.containsAll(normalCountingList) || col
116 col.addAll(normalCountingList);
128 normalCountingList = new ArrayList(colSize);
131 normalCountingList.add(new Integer(i));
138 col.addAll(normalCountingList);
    [all...]

Completed in 63 milliseconds