Home
last modified time | relevance | path

Searched refs:removeEntryIf (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java2370 return ((ConcurrentSkipListMap<K,V>)m).removeEntryIf(filter); in removeIf()
3079 boolean removeEntryIf(Predicate<? super Entry<K,V>> function) { in removeEntryIf() method in ConcurrentSkipListMap
DConcurrentHashMap.java1635 boolean removeEntryIf(Predicate<? super Entry<K,V>> function) { in removeEntryIf() method in ConcurrentHashMap
4841 return map.removeEntryIf(filter); in removeIf()