Use Comparator's comparing(), nullsLast() and reversed() methods.

This commit is contained in:
Isira Seneviratne 2020-06-25 17:07:13 +05:30
parent c6a1a630c5
commit bda8caa510
7 changed files with 23 additions and 22 deletions

View file

@ -13,7 +13,7 @@
<suppress checks="FinalParameters"
files="ListHelper.java"
lines="282,314"/>
lines="281,313"/>
<!-- org.schabi.newpipe.streams -->
<suppress checks="LineLength"