- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetGenericSuperclass_withSuperclass (0.15 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
assertEquals( TypeToken.of(Object.class), new TypeToken<List<String>[]>() {}.getGenericSuperclass()); } public void testGetGenericSuperclass_withSuperclass() { TypeToken<? super ArrayList<String>> superToken = new TypeToken<ArrayList<String>>() {}.getGenericSuperclass(); assertEquals(ArrayList.class.getSuperclass(), superToken.getRawType());
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)