Skip to content

Commit 4cbcc16

Browse files
Update README.md
1 parent f5f95a2 commit 4cbcc16

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4305,3 +4305,35 @@ public static interface Map.Entry<K,V>
43054305
</ul>
43064306

43074307
</ul>
4308+
4309+
<h1> </h1>
4310+
<h1 align="Center">HashTable </h1>
4311+
<ul>
4312+
4313+
```mermaid
4314+
4315+
sequenceDiagram
4316+
4317+
java.util.HashTable->>java.util.Dictionary:extends
4318+
java.util.HashTable->>java.util.Map:implements
4319+
java.util.HashTable->>java.io.Serializable:implements
4320+
java.util.HashTable->>java.lang.Cloneable:implements
4321+
4322+
4323+
4324+
```
4325+
4326+
<h3 align="Center">
4327+
4328+
```Syntax
4329+
4330+
public class Hashtable<K,V> extends Dictionary<K,V>
4331+
implements Map<K,V>, Cloneable, Serializable
4332+
4333+
```
4334+
4335+
<h3>
4336+
4337+
<h3> <i><ins>Note :</ins> Details of <ins>HashTable</ins> class is explained 👉 <a href="https://github.com/AvinandanBose/Java-Collections">Here </a></h3>
4338+
4339+
</ul>

0 commit comments

Comments
 (0)