开发者

What about Enum [duplicate]

开发者 https://www.devze.com 2023-01-03 04:42 出处:网络
This question already has an answer here: 开发者_C百科 Closed 12 years ago. Possible Duplicate: Explain the generics used in the Enum declaration
This question already has an answer here: 开发者_C百科 Closed 12 years ago.

Possible Duplicate:

Explain the generics used in the Enum declaration

Guys I can't get my head around this:

Enum<T extends Enum<T>>;

How on earth shall I understand this declaration?


There is an explanation here.

0

精彩评论

暂无评论...
验证码 换一张
取 消