Skip to content

Commit

Permalink
docs: LinkedHashMap
Browse files Browse the repository at this point in the history
  • Loading branch information
zrwusa committed Dec 2, 2023
1 parent 7f5eb6c commit 2e26bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ avl2.print();
<td>set</td>
</tr>
<tr>
<td>Map&lt;K, V&gt;</td>
<td>HashMap&lt;K, V&gt;</td>
<td>-</td>
<td>HashMap&lt;K, V&gt;</td>
<td>dict</td>
Expand Down Expand Up @@ -757,7 +757,7 @@ avl2.print();
<td>-</td>
</tr>
<tr>
<td>HashMap&lt;K, V&gt;</td>
<td>LinkedHashMap&lt;K, V&gt;</td>
<td>-</td>
<td>LinkedHashMap&lt;K, V&gt;</td>
<td>-</td>
Expand Down

0 comments on commit 2e26bc0

Please sign in to comment.