Comparable 在java.lang 包下,是一个接口,内部只有一个方法compareTo(): ... 实现了Comparable 接口的List 或则数组可以使用 Collections.sort() ...
確定! 回上一頁