TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Java generics never cease to impress
2 点
作者
javinpaul
大约 9 年前
1 comment
PaulHoule
大约 9 年前
The basic answer is that generic <i>methods</i> rule in in Java because the compiler can do all sorts of inference over them even if generic <i>classes</i> drool because their types are erased.