Update the solution to the Vector<> class as follows:
For this task you are required to create a new generic collection HashedList<> which stores data in a hash table declared as follows:
private List[] _HashTable;
The HashedList<> collection must implement the following members: