another java generic question

前端 未结 6 784
别跟我提以往
别跟我提以往 2020-12-08 17:39

I have the following class:

interface Able{/* ... */}
class A implements Able{/* ... */}

and I have

Map

        
6条回答
提交回复
热议问题