Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ValuesGenerator (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/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;
    
        ValuesGenerator(OneSizeTestContainerGenerator<M, Entry<K, V>> multimapGenerator) {
          this.multimapGenerator = multimapGenerator;
        }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 02 19:58:40 GMT 2026
    - 26.8K bytes
    - Click Count (0)
Back to Top