Is there any MutableSortedSet/Map interfaces? Ther...
# stdlib
z
Is there any MutableSortedSet/Map interfaces? There are ones for sorted set/map and for mutable one but there is no such one that combines them. Usual TreeSet (TreeMap) could implement it.