Searched refs:removeAllHelper (Results 1 – 3 of 3) sorted by relevance
318 return removeAllHelper(colGetMap(), collection); in removeAll()468 public static <K, V> boolean removeAllHelper(Map<K, V> map, Collection<?> collection) { in removeAllHelper() method in MapCollections
961 return MapCollections.removeAllHelper(this, collection); in removeAll()
77191 Landroid/util/MapCollections;->removeAllHelper(Ljava/util/Map;Ljava/util/Collection;)Z