- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ofInt (0.01 sec)
-
android/guava-tests/test/com/google/common/collect/CollectSpliteratorsTest.java
7)) .expect('a', 'b', 'c', 'd', 'e', 'f', 'g'); } public void testFlatMapToInt_nullStream() { SpliteratorTester.ofInt( () -> CollectSpliterators.flatMapToInt( Arrays.spliterator(new Integer[] {1, 0, 1, 2, 3}), (Integer i) -> i == 0 ? null : IntStream.of(i).spliterator(),
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 4.1K bytes - Viewed (0)