Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 14 for createArrayWithNullKeyAndValue (0.17 seconds)

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

        return array;
      }
    
      /**
       * @return an array of the proper size with {@code null} as the key and value of the middle
       *     element.
       */
      protected Entry<K, V>[] createArrayWithNullKeyAndValue() {
        Entry<K, V>[] array = createSamplesArray();
        int nullValueLocation = getNullLocation();
        array[nullValueLocation] = mapEntry(null, null);
        return array;
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 6.1K bytes
    - Click Count (0)
  2. android/guava-testlib/src/com/google/common/collect/testing/google/AbstractMultimapTester.java

        return array;
      }
    
      /**
       * @return an array of the proper size with {@code null} as the key and value of the middle
       *     element.
       */
      protected Entry<K, V>[] createArrayWithNullKeyAndValue() {
        Entry<K, V>[] array = createSamplesArray();
        int nullValueLocation = getNullLocation();
        array[nullValueLocation] = mapEntry(null, null);
        return array;
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 6.1K bytes
    - Click Count (0)
  3. android/guava-testlib/src/com/google/common/collect/testing/testers/MapCreationTester.java

    cpovirk <******@****.***> 1754582511 -0700
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 5.6K bytes
    - Click Count (0)
  4. guava-testlib/src/com/google/common/collect/testing/testers/MapCreationTester.java

    cpovirk <******@****.***> 1754582511 -0700
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Aug 07 16:05:33 GMT 2025
    - 5.6K bytes
    - Click Count (0)
  5. android/guava-testlib/src/com/google/common/collect/testing/AbstractMapTester.java

    cpovirk <******@****.***> 1737168731 -0800
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Jan 18 02:54:30 GMT 2025
    - 7.8K bytes
    - Click Count (0)
  6. guava-testlib/src/com/google/common/collect/testing/AbstractMapTester.java

    cpovirk <******@****.***> 1737168731 -0800
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Jan 18 02:54:30 GMT 2025
    - 7.8K bytes
    - Click Count (0)
  7. guava-testlib/src/com/google/common/collect/testing/testers/MapComputeIfPresentTester.java

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

    cpovirk <******@****.***> 1734838544 -0800
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 3.6K bytes
    - Click Count (0)
  9. android/guava-testlib/src/com/google/common/collect/testing/testers/MapForEachTester.java

    cpovirk <******@****.***> 1730386102 -0700
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Oct 31 14:51:04 GMT 2024
    - 3.4K bytes
    - Click Count (0)
  10. android/guava-testlib/src/com/google/common/collect/testing/google/MultimapEqualsTester.java

    cpovirk <******@****.***> 1734838544 -0800
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 3.6K bytes
    - Click Count (0)
Back to Top