Let's start implementing the second strategy: OurHashMapStorageStrategy. It won't
use the ready-made HashMap from the standard library, but rather will itself be
a collection.
7.1. Understand how the standard HashMap works. Look at its source code or
google for articles about it.
Shortener (7)
- 32
Locked
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Justin Smith
31 December 2022, 16:24
This task is easier than it looks. Every method except the toString method can be automatically generated by Intellij.
0