Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ImmutableMapEntryListGenerator (0.19 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/MapGenerators.java

          for (int i = 0; i < elements.length; i++) {
            builder.put(i, elements[i]);
          }
          return builder.buildOrThrow().values().asList();
        }
      }
    
      public static class ImmutableMapEntryListGenerator
          implements TestListGenerator<Entry<String, Integer>> {
    
        @Override
        public SampleElements<Entry<String, Integer>> samples() {
          return new SampleElements<>(
              mapEntry("foo", 5),
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Sun Aug 10 19:54:19 GMT 2025
    - 8.6K bytes
    - Click Count (0)
  2. guava-testlib/src/com/google/common/collect/testing/google/MapGenerators.java

          for (int i = 0; i < elements.length; i++) {
            builder.put(i, elements[i]);
          }
          return builder.buildOrThrow().values().asList();
        }
      }
    
      public static class ImmutableMapEntryListGenerator
          implements TestListGenerator<Entry<String, Integer>> {
    
        @Override
        public SampleElements<Entry<String, Integer>> samples() {
          return new SampleElements<>(
              mapEntry("foo", 5),
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Sun Aug 10 19:54:19 GMT 2025
    - 8.6K bytes
    - Click Count (0)
Back to Top