Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

v1.1.0

Latest

Choose a tag to compare

@yuyasvx yuyasvx released this 31 May 13:20
· 17 commits to develop since this release
  • Fixed an issue of duplicate judgment of the entry when the key is an object type.
  • Add Comparable interface. 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.