Java Generic method takes a parameter of the class's type

后端 未结 0 370
一生所求
一生所求 2021-01-02 21:55

I have the following code:

public class Animal {

    public  void doSomething(T instance) {
       //do stuff
    }

}
相关标签:
回答
  • 消灭零回复
提交回复
热议问题