- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCartesianProduct_2x2x2 (0.1 seconds)
-
guava-tests/test/com/google/common/collect/ListsTest.java
assertThat(cartesianProduct(list(1, 2), list(3, 4))) .containsExactly(list(1, 3), list(1, 4), list(2, 3), list(2, 4)) .inOrder(); } public void testCartesianProduct_2x2x2() { assertThat(cartesianProduct(list(0, 1), list(0, 1), list(0, 1))) .containsExactly( list(0, 0, 0), list(0, 0, 1), list(0, 1, 0),
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 35.4K bytes - Click Count (0)