Java

ArrayList<Integer> a,b;

a.add(0)

b.add(0)

a.get(0)==b.get(0)为false

a.get(0).equals(b.get(0))为true

posted on 2013-04-24 22:16  gameda  阅读(151)  评论(0)    收藏  举报