Skip to content

Commit febe7e1

Browse files
committed
更新第十四章目录子标题
1 parent 01d74ec commit febe7e1

2 files changed

Lines changed: 31 additions & 6 deletions

File tree

SUMMARY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@
172172
* [纯函数式编程](book/13-Functional-Programming.md#纯函数式编程)
173173
* [本章小结](book/13-Functional-Programming.md#本章小结)
174174
* [第十四章 流式编程](book/14-Streams.md)
175-
* [](book/14-Streams.md#)
176-
* [](book/14-Streams.md#)
177-
* [](book/14-Streams.md#)
178-
* [](book/14-Streams.md#)
179-
* [](book/14-Streams.md#)
175+
* [流支持](book/14-Streams.md#流支持)
176+
* [流创建](book/14-Streams.md#流创建)
177+
* [中级流操作](book/14-Streams.md#中级流操作)
178+
* [Optional类](book/14-Streams.md#Optional类)
179+
* [终端操作](book/14-Streams.md#终端操作)
180180
* [本章小结](book/14-Streams.md#本章小结)
181181
* [第十五章 异常](book/15-Exceptions.md)
182182
* [](book/15-Exceptions.md#)

book/14-Streams.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
[TOC]
22

3+
<!-- Streams -->
34
# 第十四章 流式编程
45

5-
<!-- 分页 -->
66

7+
<!-- Java 8 Stream Support -->
8+
## 流支持
9+
10+
11+
<!-- Stream Creation -->
12+
## 流创建
13+
14+
15+
<!-- Intermediate Operations -->
16+
## 中级流操作
17+
18+
19+
<!-- Optional -->
20+
## Optional类
21+
22+
23+
<!-- Terminal Operations -->
24+
## 终端操作
25+
26+
27+
<!-- Summary -->
28+
## 本章小结
29+
30+
31+
<!-- 分页 -->
732
<div style="page-break-after: always;"></div>

0 commit comments

Comments
 (0)