Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ValuesGenerator (0.06 seconds)

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

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

          return multimapGenerator.order(insertionOrder);
        }
      }
    
      private static final class ValuesGenerator<K, V, M extends Multimap<K, V>>
          implements TestCollectionGenerator<V> {
        private final OneSizeTestContainerGenerator<M, Entry<K, V>> multimapGenerator;
    
        public ValuesGenerator(OneSizeTestContainerGenerator<M, Entry<K, V>> multimapGenerator) {
          this.multimapGenerator = multimapGenerator;
        }
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Sep 22 20:54:16 GMT 2025
    - 26.7K bytes
    - Click Count (0)
Back to Top