Cannot Instantiate Type in generics

后端 未结 2 678

I have this class

public class Tree {

    //List of branches for this tree
    private List> branch = new ArrayList<         


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