Skip to content

Commit b74d4a5

Browse files
committed
Published with https://stackedit.io/
1 parent f2667e6 commit b74d4a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

29.Java8之Stream.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ Stream可以通过多种方式获取,例如:
5151
* 指定路径的文件可以通过Files的方法获取;
5252
* 随机数可以通过`Random.ints()`获取;
5353
* 其他的跟获取Stream相关的方法还有`BitSet.stream``Pattern.splitAsStream(java.lang.Charsequence)``JarFile.stream()`等。
54+
55+
56+
## 参考资料
57+
* http://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html

0 commit comments

Comments
 (0)