A syntax question when writing generic sorted linked list type:
How to specify that the implements comparable interface so it knows the
sense of "larger"/"smaller" ?
O**e 发帖数: 130
2
T extends Comparable
the
【在 l*********s 的大作中提到】 : A syntax question when writing generic sorted linked list type: : How to specify that the implements comparable interface so it knows the : sense of "larger"/"smaller" ?