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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected