- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NoDefaultConstructor (0.11 sec)
-
android/guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java
} private static class WithPrivateConstructor { public static final WithPrivateConstructor INSTANCE = new WithPrivateConstructor(); } public static class NoDefaultConstructor { public NoDefaultConstructor(@SuppressWarnings("unused") int i) {} } public static class WithExceptionalConstructor { public static final WithExceptionalConstructor INSTANCE =
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 21.8K bytes - Viewed (0)