Java collections framework: Difference between revisions

Content deleted Content added
Three types of collection: Update the Types of collection section to better reflect the content in the article
Add in-line citation for AbstractSet
Line 158:
 
==== AbstractSet ====
{{java|AbstractSet}} is a ''skeletal implementation'' for the {{java|Set}} interface.{{sfn|Bloch|2018|loc=Chapter §4 Item 20: Prefer interfaces to abstract classes|pp=99-103}}
 
There are various subclasses of {{java|AbstractSet}}.