Skip to content

geekjair/Java-Enrichment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Enrichment

接口 实现 是否有序 是否存在元素重复 同类其他区别 访问速度 插入速度
List ArrayList 拥有一系列索引相关的方法 查询速度快
LinkedList 经常用在增删操作较多而查询操作很少
Set HashSet
TreeSet 是(用二叉树排序树)

About

For Improve,Interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages