usethesource / capsule

The Capsule Hash Trie Collections Library
BSD 2-Clause "Simplified" License
404 stars 27 forks source link

Remove overlays parameterized by `Comparator` #32

Closed msteindorfer closed 2 years ago

msteindorfer commented 2 years ago

This PR removes the overlay interfaces that take a java.util.Comparator. These interfaces have been deprecated a while ago and are removed to make Capsule leaner, benefitting future maintenance and evolution of the library.

(Note that Rascal stopped relying on these deprecated overlays in August 2019, cf. https://github.com/usethesource/vallang/commit/b53f0fd2be69d176428972120838bf897cb9a036.)