- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for removeAllOccurrences (0.08 seconds)
-
guava-tests/benchmark/com/google/common/collect/ConcurrentHashMultisetBenchmark.java
* * @param element the element whose occurrences should all be removed * @return the number of occurrences successfully removed, possibly zero */ private int removeAllOccurrences(@Nullable Object element) { try { return unbox(countMap.remove(element)); } catch (NullPointerException | ClassCastException e) { return 0; } } /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jul 14 14:44:08 GMT 2025 - 16.6K bytes - Click Count (0)