Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 15 of 15 for AbstractListMultimap (0.07 seconds)

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

  1. guava-testlib/src/com/google/common/collect/testing/google/ListMultimapRemoveTester.java

    cpovirk <******@****.***> 1731627395 -0800
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Nov 14 23:40:07 GMT 2024
    - 3.7K bytes
    - Click Count (0)
  2. android/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapAsMapTester.java

    cpovirk <******@****.***> 1747157032 -0700
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue May 13 17:27:14 GMT 2025
    - 4.3K bytes
    - Click Count (0)
  3. guava-testlib/src/com/google/common/collect/testing/google/ListMultimapAsMapTester.java

    cpovirk <******@****.***> 1747157032 -0700
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue May 13 17:27:14 GMT 2025
    - 4.3K bytes
    - Click Count (0)
  4. android/guava/src/com/google/common/collect/Multimaps.java

        return new CustomListMultimap<>(map, factory);
      }
    
      private static final class CustomListMultimap<
              K extends @Nullable Object, V extends @Nullable Object>
          extends AbstractListMultimap<K, V> {
        transient Supplier<? extends List<V>> factory;
    
        CustomListMultimap(Map<K, Collection<V>> map, Supplier<? extends List<V>> factory) {
          super(map);
          this.factory = checkNotNull(factory);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 19:19:10 GMT 2026
    - 86K bytes
    - Click Count (0)
  5. guava/src/com/google/common/collect/Multimaps.java

        return new CustomListMultimap<>(map, factory);
      }
    
      private static final class CustomListMultimap<
              K extends @Nullable Object, V extends @Nullable Object>
          extends AbstractListMultimap<K, V> {
        transient Supplier<? extends List<V>> factory;
    
        CustomListMultimap(Map<K, Collection<V>> map, Supplier<? extends List<V>> factory) {
          super(map);
          this.factory = checkNotNull(factory);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 19:19:10 GMT 2026
    - 86.3K bytes
    - Click Count (0)
Back to Top