- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCartesianProduct_unrelatedTypes (0.16 sec)
-
guava-tests/test/com/google/common/collect/ListsTest.java
assertThat(actual.lastIndexOf(list(1))).isEqualTo(-1); assertThat(actual.lastIndexOf(list(1, 1, 1))).isEqualTo(-1); } public void testCartesianProduct_unrelatedTypes() { List<Integer> x = list(1, 2); List<String> y = list("3", "4"); List<Object> exp1 = list((Object) 1, "3"); List<Object> exp2 = list((Object) 1, "4");Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 35.4K bytes - Viewed (0)