Shortener (7)

  • 32
  • Locked
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.
You can't complete this task, because you're not signed in.
Comments (1)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Justin Smith
Level 40 , Greenfield, USA, United States
31 December 2022, 16:24
This task is easier than it looks. Every method except the toString method can be automatically generated by Intellij.