8000 Add support for NagivableSet like SortedSetIterable · Issue #1746 · eclipse-collections/eclipse-collections · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add support for NagivableSet like SortedSetIterable #1746
Open
@tampix

Description

@tampix

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 throw UnsupportedOperationException in ReversibleIterable.toReversed, which would be equivalent to NavigableSet.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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0