由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - comparable interface in generic container
相关主题
can applet implements runnable?这个方法到底如何调用的?
问一个特别土的问题JAVA DOC 的问题
interface和implementation class问一个版权的问题 (转载)
泛型问题another Java interview Question
How does a client find and connect to a specifica question on interface
Re: Can create a Interface object, why?scala - I 服了 U
[转载] help please on JavaQuestion: reflection and generics
问题征解一个event model的概念级的问题
相关话题的讨论汇总
话题: comparable话题: generic话题: interface话题: container话题: implements
进入Java版参与讨论
1 (共1页)
l*********s
发帖数: 5409
1
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" ?

l*********s
发帖数: 5409
3
thank you

【在 O**e 的大作中提到】
: T extends Comparable
:
: the

1 (共1页)
进入Java版参与讨论
相关主题
一个event model的概念级的问题How does a client find and connect to a specific
Windows 下 Java console application 的问题Re: Can create a Interface object, why?
新手求教[转载] help please on Java
Why java.lang.Iterable depends on java.util.Iterator问题征解
can applet implements runnable?这个方法到底如何调用的?
问一个特别土的问题JAVA DOC 的问题
interface和implementation class问一个版权的问题 (转载)
泛型问题another Java interview Question
相关话题的讨论汇总
话题: comparable话题: generic话题: interface话题: container话题: implements