浏览 1703 次
锁定老帖子 主题:JAVA排序
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2007-07-19  
 实现implements Comparable
 
public int compareTo(Object o){
   I7011 i7011 = ( I7011)o;
  
   int i = i7011.creatTime.compareTo(this.getCreatTime());
  
   return i;
  }
 
 Collections.sort(this.viewList);
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics