This repository was archived by the owner on Mar 28, 2022. It is now read-only.
- Fixed an issue of duplicate judgment of the entry when the key is an object type.
- Add
Comparableinterface. When you use a class that implements this interface as a key, you don't need to pass a comparison function to the constructor when creating a TreeMap.