Shortener (8)

  • 32
  • Locked
Add and implement a OurHashMapStorageStrategy class, using the Entry class from the previous subtask. The OurHashMapStorageStrategy class must implement the StorageStrategy interface. 8.1. Add the following fields to the class: 8.1.1. static final int DEFAULT_INITIAL_CAPACITY = 16.
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 38 , Greenfield, USA, United States
1 January, 14:31
"If you have questions on how to implement a method or what it's supposed to do, you can always take a look at how the corresponding method works in HashMap." CodeGym trolling its students hard with this. 🤣 None of these methods are in HashMap.