java syntax why is it that way?
Posted
by yoavstr
on Stack Overflow
See other posts from Stack Overflow
or by yoavstr
Published on 2010-05-30T17:42:58Z
Indexed on
2010/05/30
17:52 UTC
Read the original article
Hit count: 139
Why does this one does not work:
ArrayList<LinkedList<int>>
where this one does:
ArrayList<LinkedList<Integer>>
???
© Stack Overflow or respective owner