Skip to content

Commit fb18608

Browse files
committed
Published with https://stackedit.io/
1 parent 1626ab3 commit fb18608

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

29.Java8之Stream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@ List<Integer> rs = list.stream().filter(i -> i % 2 == 0).map(i -> i * i).sorted(
3434

3535
`Stream`提供对集合进行函数式编程操作的类。
3636

37+
Stream类和集合类都用于操作集合,但是Stream跟集合类存在很多不同点:
38+
* df \
39+
* df
40+
* df
41+
*
3742

3843
Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.

0 commit comments

Comments
 (0)