HTML/JavaScript小工具

HTML/JavaScript小工具

2012年9月20日 星期四

蝦咪是reifiable type

int is a reifiable type (primitive type)
List is a reifiable type (raw type)
List<?> is a reifiable type (parameterized type with unbound wildcards)
List<String> is not a reifiable type (generic type)
Class<?> is a reifiable type
Class<String> is not a reifiable type

沒有留言:

張貼留言