- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for Third (0.01 sec)
-
guava-tests/test/com/google/common/reflect/TypeTokenTest.java
private abstract static class First<T> {} private abstract static class Second<D> extends First<D> {} private abstract static class Third<T, D> extends Second<T> {} private abstract static class Fourth<T, D> extends Third<D, T> {} private static class ConcreteIntegerString extends Fourth<Integer, String> {} private static class ConcreteStringInteger extends Fourth<String, Integer> {}
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Sep 02 17:23:59 UTC 2025 - 89K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java
private abstract static class First<T> {} private abstract static class Second<D> extends First<D> {} private abstract static class Third<T, D> extends Second<T> {} private abstract static class Fourth<T, D> extends Third<D, T> {} private static class ConcreteIntegerString extends Fourth<Integer, String> {} private static class ConcreteStringInteger extends Fourth<String, Integer> {}
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Sep 02 17:23:59 UTC 2025 - 89K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/CacheLoadingTest.java
CountDownLatch secondSignal = new CountDownLatch(1); // tells the main thread when the second get has started CountDownLatch thirdSignal = new CountDownLatch(1); // tells the main thread when the third get has started CountDownLatch fourthSignal = new CountDownLatch(1); // tells the test when all gets have returned CountDownLatch doneSignal = new CountDownLatch(count);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 85.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt
assertThat(server.takeRequest().exchangeIndex).isEqualTo(1) // Pooled connection. assertThat(server.takeRequest().exchangeIndex).isEqualTo(0) // New connection. // Third call reuses the second connection. val response3 = client.newCall(request).execute() assertThat(response3.body.string()).isEqualTo("def") assertThat(server.takeRequest().exchangeIndex).isEqualTo(1) // New connection.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 73.4K bytes - Viewed (0)