Package ch.hslu.exercises.sw04.ex1
Class HashTable
java.lang.Object
ch.hslu.exercises.sw04.ex1.HashTable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HashTable
public HashTable(int size)
-
-
Method Details
-
add
Description copied from interface:Table
Add Element to Table. -
remove
Description copied from interface:Table
Remove element from Table. -
contains
Description copied from interface:Table
Checks if an element is in the table. -
size
public int size()Description copied from interface:Table
Return the amount of elements in the table. -
toString
-