Searched refs:removeValueIf (Results 1 – 2 of 2) sorted by relevance
2298 return ((ConcurrentSkipListMap<K,V>)m).removeValueIf(filter); in removeIf()3100 boolean removeValueIf(Predicate<? super V> function) { in removeValueIf() method in ConcurrentSkipListMap
1655 boolean removeValueIf(Predicate<? super V> function) { in removeValueIf() method in ConcurrentHashMap4768 return map.removeValueIf(filter); in removeIf()