- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for unmodifiableEmptyCollection (0.15 sec)
-
android/guava/src/com/google/common/collect/FilteredKeyMultimap.java
} return false; } @Override public Collection<V> removeAll(@CheckForNull Object key) { return containsKey(key) ? unfiltered.removeAll(key) : unmodifiableEmptyCollection(); } Collection<V> unmodifiableEmptyCollection() { if (unfiltered instanceof SetMultimap) { return emptySet(); } else { return emptyList(); } } @Override public void clear() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 6.1K bytes - Viewed (0)