Next: HashedCollection-copying, Previous: HashedCollection-accessing, Up: HashedCollection [Index]
Private - Answer the anIndex-th item of the hash table for the receiver. Using this instead of basicAt: allows for easier changes in the representation
Private - Store value in the anIndex-th item of the hash table for the receiver. Using this instead of basicAt:put: allows for easier changes in the representation
Private - Answer the size of the hash table for the receiver. Using this instead of basicSize allows for easier changes in the representation