Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for syys (0.21 sec)

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

      }
    
      /**
       * Returns true if the given member is a method that overrides {@link Object#equals(Object)}.
       *
       * <p>The documentation for {@link Object#equals} says it should accept null, so don't require an
       * explicit {@code @NullableDecl} annotation (see <a
       * href="https://github.com/google/guava/issues/1819">#1819</a>).
       *
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Nov 16 15:12:31 GMT 2023
    - 22.8K bytes
    - Viewed (0)
  2. guava-testlib/src/com/google/common/testing/NullPointerTester.java

      }
    
      /**
       * Returns true if the given member is a method that overrides {@link Object#equals(Object)}.
       *
       * <p>The documentation for {@link Object#equals} says it should accept null, so don't require an
       * explicit {@code @Nullable} annotation (see <a
       * href="https://github.com/google/guava/issues/1819">#1819</a>).
       *
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Thu Nov 16 15:12:31 GMT 2023
    - 23.3K bytes
    - Viewed (0)
Back to top