- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for newDelegate (0.07 sec)
-
guava/src/com/google/common/collect/AbstractMapBasedMultimap.java
throw new ConcurrentModificationException(); } } else if (delegate.isEmpty()) { Collection<V> newDelegate = map.get(key); if (newDelegate != null) { delegate = newDelegate; } } } /** * If collection is empty, remove it from {@code AbstractMapBasedMultimap.this.map}. For
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 48.4K bytes - Viewed (0)