为了账号安全,请及时绑定邮箱和手机立即绑定

看看下面的哪里错误?

看看下面的哪里错误?

qq_丘比特_0 2016-05-01 19:04:32
 package bjsxt.com.map; class MapDemo01 { public  static  void  main(String[]   args) { String[]   arr="this  is  a  cat and  that  is  a  mice  and  where  is   the  food? ".split("regex");    Map<String,Integer>  map=new  HashMap<String,Integer>(); for(String  key:arr) { if(!map.containskey(key)) { map.put(key,new  Letter(key)); } Letter  value=map.get(key); value.setCount(value.getCount()+1); } for(String  key:map.keySet()) { Letter  value=map.get(key); System.out.println(key+"-->"+value.getCount()); } } }
查看完整描述

1 回答

已采纳
?
littleOStar

TA贡献28条经验 获得超4个赞

你的Letter类是什么?

请具体说明, 要不然没法判断你哪里错了

查看完整回答
反对 回复 2016-05-02
  • 1 回答
  • 0 关注
  • 1237 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信