Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for WrappedList (0.27 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/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() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Aug 12 15:51:57 GMT 2025
    - 46.9K bytes
    - Click Count (0)
Back to Top