Is there any MutableSortedSet/Map interfaces? There are ones for sorted set/map and for mutable one ...
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.