()
| 886 | higherAscending(element) : lowerAscending(element); |
| 887 | } |
| 888 | int first() { |
| 889 | return ascending ? firstAscending() : lastAscending(); |
| 890 | } |
| 891 | int last() { |
| 892 | return ascending ? lastAscending() : firstAscending(); |
| 893 | } |
no test coverage detected