Skip to content

Commit 7ddb1f0

Browse files
authored
Update Entry.java
1 parent 1d8db6d commit 7ddb1f0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Entry.java

+6-4
Original file line numberDiff line numberDiff line change
@@ -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-
*/
1+
2+
//*******************************************************
3+
// Class Entry.java
4+
// Class that represents an implementation of a Entry for hase table in java
5+
// Author: liron mizrahi
6+
//*******************************************************
57
public class Entry
68
{
79
int _key;

0 commit comments

Comments
 (0)