Comparable interface 在java.lang package內。 它只有一個method - compareTo(Object)。 只可以提供單一排序(arrays或者lists)例如ID號碼、姓名、地址等等。
確定! 回上一頁