- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for WrappedList (0.06 sec)
-
guava/src/com/google/common/collect/AbstractMapBasedMultimap.java
} } /** List decorator that stays in sync with the multimap values for a key. */ @WeakOuter private class WrappedList extends WrappedCollection implements List<V> { WrappedList(@ParametricNullness K key, List<V> delegate, @Nullable WrappedCollection ancestor) { super(key, delegate, ancestor); } List<V> getListDelegate() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 48.4K bytes - Viewed (0)