Searched refs:removeIf (Results 1 – 9 of 9) sorted by relevance
42 integers.removeIf(isEven); in runBasicRemoveIfTests()52 integers.removeIf(isOdd); in runBasicRemoveIfTests()63 integers.removeIf(isEven); in runBasicRemoveIfTestsUnordered()68 integers.removeIf(isOdd); in runBasicRemoveIfTestsUnordered()76 supp.get().removeIf(x -> { in runRemoveIfOnEmpty()84 supp.get().removeIf(null); in testRemoveIfNPE()94 c.removeIf(x -> {c.add(42); return true;}); in testRemoveIfCME()
386 public boolean removeIf(Predicate<? super E> filter) { in removeIf() method in CopyOnWriteArraySet387 return al.removeIf(filter); in removeIf()
2434 public boolean removeIf(Predicate<? super V> filter) { in removeIf() method in ConcurrentSkipListMap.Values2508 public boolean removeIf(Predicate<? super Entry<K,V>> filter) { in removeIf() method in ConcurrentSkipListMap.EntrySet
4723 public boolean removeIf(Predicate<? super V> filter) { in removeIf() method in ConcurrentHashMap.ValuesView4796 public boolean removeIf(Predicate<? super Entry<K,V>> filter) { in removeIf() method in ConcurrentHashMap.EntrySetView
396 default boolean removeIf(Predicate<? super E> filter) { in removeIf() method
1157 public boolean removeIf(Predicate<? super E> filter) { in removeIf() method in Collections1910 public boolean removeIf(Predicate<? super E> filter) {1911 synchronized (mutex) {return c.removeIf(filter);}2698 public boolean removeIf(Predicate<? super E> filter) {2699 return c.removeIf(filter);3615 public boolean removeIf(Predicate<? super E> filter) {3700 public boolean removeIf(Predicate<? super E> filter) {3970 public boolean removeIf(Predicate<? super E> filter) {4021 public boolean removeIf(Predicate<? super E> filter) {4678 public boolean removeIf(Predicate<? super E> filter) {[all …]
1369 public synchronized boolean removeIf(Predicate<? super E> filter) { in removeIf() method
1380 public boolean removeIf(Predicate<? super E> filter) { in removeIf() method
1653 c.removeIf(x -> true); in test_unmodifiableCollectionLjava_util_Collection()1715 c.removeIf(x -> true); in test_unmodifiableListLjava_util_List()1855 c.removeIf(x -> true); in test_unmodifiableSetLjava_util_Set()1929 c.removeIf(x -> true); in test_unmodifiableSortedSetLjava_util_SortedSet()