Searched defs:batchRemove (Results 1 – 3 of 3) sorted by relevance
| /libcore/ojluni/src/main/java/java/util/ | ||
| D | ArrayList.java | 821 boolean batchRemove(Collection<?> c, boolean complement, in batchRemove() method in ArrayList |
| /libcore/ojluni/annotations/hiddenapi/java/util/ | ||
| D | ArrayList.java | 162 private boolean batchRemove(java.util.Collection<?> c, boolean complement) { in batchRemove() method in ArrayList |
| D | Collections.java | 953 private boolean batchRemove(java.util.Collection<?> c, boolean complement) { in batchRemove() method in Collections.CheckedMap.CheckedEntrySet |