mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-25 15:33:28 +08:00
64 lines
723 B
Markdown
64 lines
723 B
Markdown
[TOC]
|
|
|
|
<!-- Collections -->
|
|
# 第十二章 集合
|
|
|
|
|
|
<!-- Generics and Type-Safe Collections -->
|
|
## 泛型和类型安全的集合
|
|
|
|
|
|
<!-- Basic Concepts -->
|
|
## 基本概念
|
|
|
|
|
|
<!-- Adding Groups of Elements -->
|
|
## 添加元素组
|
|
|
|
|
|
<!-- Printing Collections -->
|
|
## 集合的打印
|
|
|
|
|
|
<!-- List -->
|
|
## 列表List
|
|
|
|
|
|
<!-- Iterators -->
|
|
## 迭代器Iterators
|
|
|
|
|
|
<!-- LinkedList -->
|
|
## 链表LinkedList
|
|
|
|
|
|
<!-- Stack -->
|
|
## 堆栈Stack
|
|
|
|
|
|
<!-- Set -->
|
|
## 集合Set
|
|
|
|
|
|
<!-- Map -->
|
|
## 映射Map
|
|
|
|
|
|
<!-- Queue -->
|
|
## 队列Queue
|
|
|
|
|
|
<!-- Collection vs. Iterator -->
|
|
## 集合与迭代器
|
|
|
|
|
|
<!-- for-in and Iterators -->
|
|
## for-in和迭代器
|
|
|
|
|
|
<!-- Summary -->
|
|
## 本章小结
|
|
|
|
<!-- 分页 -->
|
|
|
|
<div style="page-break-after: always;"></div> |