- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isPrimitiveOrNullable (0.1 seconds)
-
android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java
for (Method method : nullPointerTester.getInstanceMethodsToTest(c, visibility)) { for (Parameter param : Invokable.from(method).getParameters()) { if (!NullPointerTester.isPrimitiveOrNullable(param)) { return true; } } } return false; } /** * Tests the {@link Object#equals} and {@link Object#hashCode} of {@code cls}. In details: *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Apr 02 14:49:41 GMT 2026 - 32.5K bytes - Click Count (0)