Is People in the following Java snippet a type name (like T or K) or a concrete class (or interface) name?
public class Student implements Comparable<People> { ... }
And where can I find explanation or specification on such issue?
|
|
|
In this context,
By the way, notationally, wildcards like |
|||
|
|