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