mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-23 22:43:28 +08:00
78 lines
946 B
Markdown
78 lines
946 B
Markdown
[TOC]
|
|
|
|
<!-- Appendix: Collection Topics -->
|
|
# 附录:集合主题
|
|
|
|
|
|
<!-- Sample Data -->
|
|
## 示例数据
|
|
|
|
|
|
<!-- List Behavior -->
|
|
## List表现
|
|
|
|
|
|
<!-- Set Behavior -->
|
|
## Set表现
|
|
|
|
|
|
<!-- Using Functional Operations with any Map -->
|
|
## 在Map中使用函数式操作
|
|
|
|
|
|
<!-- Selecting Parts of a Map -->
|
|
## 选择Map的部分
|
|
|
|
|
|
<!-- Filling Collections -->
|
|
## 集合的fill方法
|
|
|
|
|
|
<!-- Custom Collection and Map using Flyweight -->
|
|
## 使用Flyweight自定义集合和Map
|
|
|
|
|
|
<!-- Collection Functionality -->
|
|
## 集合功能
|
|
|
|
|
|
<!-- Optional Operations -->
|
|
## 可选操作
|
|
|
|
|
|
<!-- Sets and Storage Order -->
|
|
## Set和存储顺序
|
|
|
|
|
|
<!-- Queues -->
|
|
## 队列
|
|
|
|
|
|
<!-- Understanding Maps -->
|
|
## 理解Map
|
|
|
|
|
|
<!-- Utilities -->
|
|
## 集合工具类
|
|
|
|
|
|
<!-- Holding References -->
|
|
## 持有引用
|
|
|
|
|
|
<!-- Java 1.0/1.1 Collections -->
|
|
## 避免旧式类库
|
|
|
|
|
|
<!-- Summary -->
|
|
## 本章小结
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 分页 -->
|
|
|
|
<div style="page-break-after: always;"></div> |