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.
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.
精彩评论