- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hungary (0.04 sec)
-
guava-tests/test/com/google/common/collect/SetsTest.java
} /** The 0-ary cartesian product is a single empty list. */ public void testCartesianProduct_zeroary() { assertThat(cartesianProduct()).containsExactly(list()); } /** A unary cartesian product is one list of size 1 for each element in the input set. */ public void testCartesianProduct_unary() { assertThat(cartesianProduct(set(1, 2))).containsExactly(list(1), list(2)); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 48.6K bytes - Viewed (0)