来源中的评论说:
// These go up to eleven. After that, you just get the varargs form, and// whatever warnings might come along with it. :(
这样做是因为varargs方法会产生带有通用参数的警告。

来源中的评论说:
// These go up to eleven. After that, you just get the varargs form, and// whatever warnings might come along with it. :(
这样做是因为varargs方法会产生带有通用参数的警告。