eclipse-collections icon indicating copy to clipboard operation
eclipse-collections copied to clipboard

Add SortedMaps.mutable.empty(Comparator) and SortedSets.mutable.empty(Comparator).

Open motlin opened this issue 3 years ago • 1 comments
trafficstars

We're missing symmetry. This exists and works:

SortedBags.mutable.empty(comparator);

But these don't exist.

SortedMaps.mutable.empty(comparator);
SortedSets.mutable.empty(comparator);

motlin avatar Apr 18 '22 22:04 motlin

I can take that if u don't mind

Desislav-Petrov avatar Apr 20 '22 18:04 Desislav-Petrov