一、实现Comparator接口
方法类似Merge two sorted list中介绍的,包括了有名类和匿名类两种方式
具体使用:
排序:
Collections.sort(容器,comparator)
Queue q = new PriorityQueue(capacity,comparator)
二、comparable 抽象类
时间: 2024-10-27 13:53:23
一、实现Comparator接口
方法类似Merge two sorted list中介绍的,包括了有名类和匿名类两种方式
具体使用:
排序:
Collections.sort(容器,comparator)
Queue q = new PriorityQueue(capacity,comparator)
二、comparable 抽象类