- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for makeSetOfZeroToTwentyNine (0.1 sec)
-
android/guava-tests/test/com/google/common/collect/SetsTest.java
assertEquals(1 << 16, sixtyFiveThousandish.size()); assertTrue(powerSet(makeSetOfZeroToTwentyNine()).contains(makeSetOfZeroToTwentyNine())); assertFalse(powerSet(makeSetOfZeroToTwentyNine()).contains(ImmutableSet.of(30))); } private static Set<Integer> makeSetOfZeroToTwentyNine() { return ContiguousSet.closedOpen(0, 30); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 45.3K bytes - Viewed (0)