开发者

sort a List<Tuple> from highest to lowest

List<Tuple<String, int[], int>>

I want to 开发者_如何学编程sort the List by the int from highest to lowest.


java.util.Collections.sort(list, Comparator)

You will need to write a Comparator<Tuple<String, int[], int>>

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜