Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wrapList (0.03 sec)

  1. android/guava/src/com/google/common/collect/AbstractListMultimap.java

          Collection<E> collection) {
        return unmodifiableList((List<E>) collection);
      }
    
      @Override
      Collection<V> wrapCollection(@ParametricNullness K key, Collection<V> collection) {
        return wrapList(key, (List<V>) collection, null);
      }
    
      // Following Javadoc copied from ListMultimap.
    
      /**
       * {@inheritDoc}
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Apr 12 15:07:59 UTC 2025
    - 4.6K bytes
    - Viewed (0)
Back to top