Home
last modified time | relevance | path

Searched refs:batchRemove (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DArrayList.java880 return batchRemove(c, false, 0, size); in removeAll()
900 return batchRemove(c, true, 0, size); in retainAll()
903 boolean batchRemove(Collection<?> c, boolean complement, in batchRemove() method in ArrayList
1299 return batchRemove(c, false); in removeAll()
1303 return batchRemove(c, true); in retainAll()
1306 private boolean batchRemove(Collection<?> c, boolean complement) { in batchRemove() method in ArrayList.SubList
1310 root.batchRemove(c, complement, offset, offset + size); in batchRemove()
DCollections.java4249 return batchRemove(c, false);
4252 return batchRemove(c, true);
4254 private boolean batchRemove(Collection<?> c, boolean complement) {
/libcore/ojluni/annotations/hiddenapi/java/util/
DArrayList.java162 private boolean batchRemove(java.util.Collection<?> c, boolean complement) { in batchRemove() method in ArrayList
DCollections.java953 private boolean batchRemove(java.util.Collection<?> c, boolean complement) { in batchRemove() method in Collections.CheckedMap.CheckedEntrySet