Java. Implement interface methods (that have some arguments) as methods with no arguments

后端 未结 0 1316
不知归路
不知归路 2020-12-04 08:52

This is my interface:

public interface RandomName {
    public  String getName(Listlist);
}

As you can see one argument is pass

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