Open
Description
Hello,
First of all, thanks for this incredible collection framework.
One small gripe I have with SortedSetIterable
is the feature gap with TreeSet
:
- methods such as floor, ceiling... have no equivalents
- current implementations of
MutableSortedSet
throwUnsupportedOperationException
inReversibleIterable.toReversed
, which would be equivalent toNavigableSet.descendingSet
If it's possible, it would be great to make SortedSetIterable
somewhat similar feature-wise to NavigableSet
, and MutableSortedSet
implement NavigableSet
directly.
Metadata
Metadata
Assignees
Labels
No labels