/libcore/ojluni/src/main/java/java/util/ |
D | List.java | 409 default void replaceAll(UnaryOperator<E> operator) { in replaceAll() method
|
D | Map.java | 673 default void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method
|
D | Collections.java | 879 public static <T> boolean replaceAll(List<T> list, T oldVal, T newVal) { in replaceAll() method in Collections 1368 public void replaceAll(UnaryOperator<E> operator) { in replaceAll() method in UnmodifiableList
|
D | LinkedHashMap.java | 726 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in LinkedHashMap
|
D | Vector.java | 1312 public synchronized void replaceAll(UnaryOperator<E> operator) { in replaceAll() method
|
D | ArrayList.java | 1453 public void replaceAll(UnaryOperator<E> operator) { in replaceAll() method
|
D | Hashtable.java | 892 public synchronized void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in Hashtable
|
D | WeakHashMap.java | 1038 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in WeakHashMap
|
D | IdentityHashMap.java | 1362 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in IdentityHashMap
|
D | HashMap.java | 1300 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in HashMap
|
D | Arrays.java | 3813 public void replaceAll(UnaryOperator<E> operator) { in replaceAll() method in Arrays.ArrayList
|
D | TreeMap.java | 1041 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in TreeMap
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentMap.java | 287 default void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method
|
D | CopyOnWriteArrayList.java | 868 public void replaceAll(UnaryOperator<E> operator) { in replaceAll() method in CopyOnWriteArrayList 1324 public void replaceAll(UnaryOperator<E> operator) { in replaceAll() method in CopyOnWriteArrayList.COWSubList
|
D | ConcurrentSkipListMap.java | 3239 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in ConcurrentSkipListMap
|
D | ConcurrentHashMap.java | 1618 public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll() method in ConcurrentHashMap
|
/libcore/ojluni/src/main/java/java/util/regex/ |
D | Matcher.java | 746 public String replaceAll(String replacement) { in replaceAll() method in Matcher
|
/libcore/ojluni/src/main/java/java/security/ |
D | Provider.java | 481 …public synchronized void replaceAll(BiFunction<? super Object, ? super Object, ? extends Object> f… in replaceAll() method in Provider
|
/libcore/ojluni/src/main/java/java/lang/ |
D | String.java | 2215 public String replaceAll(String regex, String replacement) { in replaceAll() method in String
|