Hullaballoonatic
05/16/2019, 2:56 PMComparable
in kotlin when you can just use compareTo
operator?serebit
05/16/2019, 2:57 PMBlundell
05/16/2019, 3:00 PMtseisel
05/16/2019, 3:29 PMComparable
is used for sorting items in a SortedSet
or SortedMap
(but you can still provide a Comparator
).Hullaballoonatic
05/16/2019, 3:30 PM