We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8db6d commit 7ddb1f0Copy full SHA for 7ddb1f0
Entry.java
@@ -1,7 +1,9 @@
1
-/**
2
-* Class Entry.java
3
-* A class that represents an implementation of a Entry for hase table in java
4
-*/
+
+//*******************************************************
+// Class Entry.java
+// Class that represents an implementation of a Entry for hase table in java
5
+// Author: liron mizrahi
6
7
public class Entry
8
{
9
int _key;
0 commit comments