第二十一篇 java(2)- 集合框架

集合框架

java集合框架包括 Collection 和 Map 两种,Collection 存储着对象的集合,而 Map 存储着键值对(两个对象)的映射表。

Collection

Collection下包括Set、List、Queue,各自又包含了使用不同方式的实现。

Set

Set下包括TreeSet,HashSet,LinkedHashSet。其中TreeSet基于红黑树实现。

第二十一篇 java(2)- 集合框架

http://yoursite.com/2021/09/26/java-1/

Author

s-serenity

Posted on

2021-09-26

Updated on

2021-11-15

Licensed under

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

Comments

You forgot to set the shortname for Disqus. Please set it in _config.yml.