From 2e26bc0fef0091782b63e8179199cdcedad8c6e5 Mon Sep 17 00:00:00 2001 From: Revone Date: Sat, 2 Dec 2023 22:21:13 +0800 Subject: [PATCH] docs: LinkedHashMap --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04b3ae1..c6f557b 100644 --- a/README.md +++ b/README.md @@ -727,7 +727,7 @@ avl2.print(); set - Map<K, V> + HashMap<K, V> - HashMap<K, V> dict @@ -757,7 +757,7 @@ avl2.print(); - - HashMap<K, V> + LinkedHashMap<K, V> - LinkedHashMap<K, V> -