Remove HashMap/HashSet (and even Hashable) #3132
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-not-planned
Closed as we don't intend to take action on the reported issue
type-enhancement
A request for a change that isn't a bug
This issue was originally filed by @tomyeh
The difference between Map ans HashMap is too subtle. Moreover, it causes unnecessary confusion to Java programmers.
It is better to remove HashMap/HashSet to make the API simpler and more concise.
The text was updated successfully, but these errors were encountered: