Home | History | Annotate | Download | only in concurrent

Lines Matching defs:removeEntryIf

2540                 return ((ConcurrentSkipListMap<K,V>)m).removeEntryIf(filter);
3255 boolean removeEntryIf(Predicate<? super Entry<K,V>> function) {