Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WrappedList (0.06 sec)

  1. 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 Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Aug 12 15:51:57 UTC 2025
    - 48.2K bytes
    - Viewed (0)
Back to top