- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for wildCardsDoNotMatchByLowerBound (0.14 sec)
-
guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java
List<? super CharSequence> list) { return isSubtype(list); } @TestSubtype(suppressGetSupertype = true, suppressGetSubtype = true) public <T> Iterable<? super CharSequence> wildCardsDoNotMatchByLowerBound( List<? super String> list) { return notSubtype(list); } // Can't test getSupertype() or getSubtype() because JDK reflection doesn't consider
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Sep 06 17:04:31 UTC 2023 - 20.3K bytes - Viewed (0)