- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for CanInterface (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-testlib/test/com/google/common/testing/ClassSanityTesterTest.java
public void testSerializableOnReturnValues_good() throws Exception { tester.forAllPublicStaticMethods(GoodSerializableFactory.class).testSerializable(); } public static final class GoodSerializableFactory { public static Object good(Runnable r) { return r; } public static Object good(AnInterface i) { return i; }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 36.3K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/ClassMap.java
} } // and interfaces Class<?>[] interfaces = clazz.getInterfaces(); for (Class<?> anInterface : interfaces) { Method interfaceMethod = getPublicMethod(anInterface, name, paramTypes); if (interfaceMethod != null) { return interfaceMethod; } } return null; }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 13.5K bytes - Click Count (0)