We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac4713 commit 99c6e92Copy full SHA for 99c6e92
site/Explaination.md
@@ -742,6 +742,13 @@ instead of `Hashtable` when synchronization is needed.
742
| Cache with eviction (LRU/FIFO) | `LinkedHashMap` (custom logic) |
743
| Deprecated legacy code (not advised) | `Hashtable` |
744
745
+
746
+<div style="text-align: center;">
747
+ <img src="https://raw.githubusercontent.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/master/Section25CollectionFramework/src/HashMapDemo/Which%20one%20to%20use%20Map.png"
748
+ alt="Which One to Use - Map"
749
+ style="width: 400px; height: auto; border-radius: 8px;" />
750
+</div>
751
752
---
753
754
```
0 commit comments