Searched defs:removeEntryIf (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentSkipListMap.java2540 return ((ConcurrentSkipListMap<K,V>)m).removeEntryIf(filter);
3255 boolean removeEntryIf(Predicate<? super Entry<K,V>> function) { method in class:ConcurrentSkipListMap
H A DConcurrentHashMap.java1640 boolean removeEntryIf(Predicate<? super Entry<K,V>> function) { method in class:ConcurrentHashMap
4826 return map.removeEntryIf(filter);

Completed in 250 milliseconds