MCPcopy Create free account
hub / github.com/Berkeley-CS61B/skeleton-sp21 / createTable

Method createTable

lab8/hashmap/MyHashMap.java:84–86  ·  view source on GitHub ↗

Returns a table to back our hash table. As per the comment above, this table can be an array of Collection objects BE SURE TO CALL THIS FACTORY METHOD WHEN CREATING A TABLE SO THAT ALL BUCKET TYPES ARE OF JAVA.UTIL.COLLECTION @param tableSize the size of the table to create

(int tableSize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected