Searched refs:removeEntryIf (Results 1 – 2 of 2) sorted by relevance
2370 return ((ConcurrentSkipListMap<K,V>)m).removeEntryIf(filter); in removeIf()3079 boolean removeEntryIf(Predicate<? super Entry<K,V>> function) { in removeEntryIf() method in ConcurrentSkipListMap
1635 boolean removeEntryIf(Predicate<? super Entry<K,V>> function) { in removeEntryIf() method in ConcurrentHashMap4841 return map.removeEntryIf(filter); in removeIf()