- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TwoTypeArgs (0.82 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java
new TypeToken<Iterable<String>[]>() {}.getSubtype(List[].class)); } public void testGetSubtype_toWildcard() { class TwoTypeArgs<K, V> {} class StringForFirstTypeArg<V> extends TwoTypeArgs<String, V> {} TypeToken<TwoTypeArgs<?, ?>> supertype = new TypeToken<TwoTypeArgs<?, ?>>() {}; TypeToken<StringForFirstTypeArg<String>> subtype = new TypeToken<StringForFirstTypeArg<String>>() {};
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 89.3K bytes - Click Count (0)