Sort Map in reverse order in Kotlin. As @Venkata Raju said in the comment, you can use java.util.Comparator.reverseOrder() for this (available since 1.8):
確定! 回上一頁