Can I pass a field of a class to a constructor or a method?

前端 未结 0 993
抹茶落季
抹茶落季 2020-12-31 06:43

I have the following class:

public abstract class Map {
    protected PriorityQueue openNodes;
}

My implementation currently work

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