Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for getSetValueMethod (0.56 sec)

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

        return getMethod(MapEntrySetTester.class, "testContainsEntryWithIncomparableValue");
      }
    
      @J2ktIncompatible
      @GwtIncompatible // reflection
      public static Method getSetValueMethod() {
        return getMethod(MapEntrySetTester.class, "testSetValue");
      }
    
      @J2ktIncompatible
      @GwtIncompatible // reflection
      public static Method getSetValueWithNullValuesPresentMethod() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Nov 14 23:40:07 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. guava-testlib/src/com/google/common/collect/testing/testers/MapEntrySetTester.java

        return getMethod(MapEntrySetTester.class, "testContainsEntryWithIncomparableValue");
      }
    
      @J2ktIncompatible
      @GwtIncompatible // reflection
      public static Method getSetValueMethod() {
        return getMethod(MapEntrySetTester.class, "testSetValue");
      }
    
      @J2ktIncompatible
      @GwtIncompatible // reflection
      public static Method getSetValueWithNullValuesPresentMethod() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Nov 14 23:40:07 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/collect/ForwardingNavigableMapTest.java

                 * TODO(cpovirk): Consider making StandardDescendingMap return a ForwardingEntry that
                 * supports setValue().
                 */
                .suppressing(
                    MapEntrySetTester.getSetValueMethod(),
                    MapEntrySetTester.getSetValueWithNullValuesAbsentMethod(),
                    MapEntrySetTester.getSetValueWithNullValuesPresentMethod())
                .createTestSuite());
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/collect/ForwardingNavigableMapTest.java

                 * TODO(cpovirk): Consider making StandardDescendingMap return a ForwardingEntry that
                 * supports setValue().
                 */
                .suppressing(
                    MapEntrySetTester.getSetValueMethod(),
                    MapEntrySetTester.getSetValueWithNullValuesAbsentMethod(),
                    MapEntrySetTester.getSetValueWithNullValuesPresentMethod())
                .createTestSuite());
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  5. android/guava-testlib/src/com/google/common/collect/testing/TestsForMapsInJavaUtil.java

      protected Collection<Method> suppressForConcurrentHashMap() {
        return emptySet();
      }
    
      protected Collection<Method> suppressForConcurrentSkipListMap() {
        return asList(
            MapEntrySetTester.getSetValueMethod(),
            MapEntrySetTester.getSetValueWithNullValuesAbsentMethod(),
            MapEntrySetTester.getSetValueWithNullValuesPresentMethod());
      }
    
      public Test testsForCheckedMap() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 12 16:28:01 UTC 2025
    - 17.2K bytes
    - Viewed (0)
  6. guava-testlib/src/com/google/common/collect/testing/TestsForMapsInJavaUtil.java

      protected Collection<Method> suppressForConcurrentHashMap() {
        return emptySet();
      }
    
      protected Collection<Method> suppressForConcurrentSkipListMap() {
        return asList(
            MapEntrySetTester.getSetValueMethod(),
            MapEntrySetTester.getSetValueWithNullValuesAbsentMethod(),
            MapEntrySetTester.getSetValueWithNullValuesPresentMethod());
      }
    
      public Test testsForCheckedMap() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 12 16:28:01 UTC 2025
    - 21.8K bytes
    - Viewed (0)
Back to top