黑马程序员技术交流社区
标题:
一个集合排序,出现错误
[打印本页]
作者:
而今从头越2012
时间:
2012-12-27 14:53
标题:
一个集合排序,出现错误
StroesDaoImpl ib =new StroesDaoImpl();
List list = ib.findByType(IStroeDao.CLOTHING);
Collections.sort(list);
for(int i=0;i<list.size();i++){
Stroes stroes=(Stroes)list.get(i);
}
System.out.println(stroes.getType());
对集合进行了升序排序,可是却报错,怎么回事,请各位给出解答。
作者:
清水
时间:
2012-12-27 19:42
额, 你的StroesDaoImpl是什么东西?
findByType又是什么方法? 反射里的?
findByType 返回的是什么? 其类中实现了比较性了么?
没头没脑的问题真蛋疼。
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2