Skip to content

Commit 99c6e92

Browse files
committed
Added the Map
Interface into the Document. Signed-off-by: Someshdiwan <[email protected]>
1 parent 2ac4713 commit 99c6e92

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

site/Explaination.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,13 @@ instead of `Hashtable` when synchronization is needed.
742742
| Cache with eviction (LRU/FIFO) | `LinkedHashMap` (custom logic) |
743743
| Deprecated legacy code (not advised) | `Hashtable` |
744744

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+
745752
---
746753

747754
```

0 commit comments

Comments
 (0)