Why does LinkedHashSet extend HashSet and implement Set

前端 未结 6 722
难免孤独
难免孤独 2020-11-28 08:36

Opened a LinkedHashSet source code today and found some interesting thing:

public class LinkedHashSet
    extends HashSet
    implements Se         


        
6条回答
提交回复
热议问题