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

Method createBucket

lab8/hashmap/MyHashMap.java:71–73  ·  view source on GitHub ↗

Returns a data structure to be a hash table bucket The only requirements of a hash table bucket are that we can: 1. Insert items (`add` method) 2. Remove items (`remove` method) 3. Iterate through items (`iterator` method) Each of these methods is supported by java.util.Collection, Most data st

()

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