CodesAway / CodesAway/BEXCodeCompare
Add comparators for Indexed class
Open
enhancement
- Dominant language
- Java
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Don't implement Comparable, since there are 4 common ways to potentially sort
* By index ascending
* By index descending
* By value ascending
* By value descending
For example, sorting by value allows sorting a list of values while retaining the original index
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.