The Wayback Machine - https://web.archive.org/web/20201011104918/https://github.com/Snailclimb/JavaGuide/issues/861
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.1. Java 集合概览中的继承关系图有些问题 #861

Open
Coldzera126 opened this issue Jul 22, 2020 · 0 comments
Open

1.1.1. Java 集合概览中的继承关系图有些问题 #861

Coldzera126 opened this issue Jul 22, 2020 · 0 comments

Comments

@Coldzera126
Copy link

@Coldzera126 Coldzera126 commented Jul 22, 2020

  1. 双向队列的接口名为Deque
  2. Deque接口继承Queue接口
  3. 由点2,LinkedList直接实现的是Deque接口,间接实现Queue接口
  4. LinkedHashSet类继承HashSet类
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.