We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bd661 commit 74ad982Copy full SHA for 74ad982
1 file changed
README.md
@@ -69,7 +69,7 @@ graph TD;
69
Collection-->Set;
70
Set-->HashSet;
71
Set-->SortedSet;
72
- HashSet-->LinkedListSet;
+ HashSet-->LinkedHashSet;
73
SortedSet-->NavigableSet;
74
NavigableSet-->TreeSet;
75
0 commit comments