Skip to content

Commit 7c83d20

Browse files
authored
Update HashTableArray.java
1 parent 4e99398 commit 7c83d20

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

HashTableArray.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

2-
/**
3-
* Class Entry.java
4-
* A class that represents an implementation of a hase table in java
5-
*/
2+
//*******************************************************
3+
// Class Entry.java
4+
// A class that represents an implementation of a hase table in java
5+
// Author: liron mizrahi
6+
//*******************************************************
67
public class HashTableArray<T>
78
{
89
Entry[] _hashArray;

0 commit comments

Comments
 (0)