class Tree { private Node root; /the only data field in Tree public void find(int key) { public void insert(int id,double dd) 一棵可能庞大无比的 } 树,怎么数据部分就 blic void delete(int id) 这么“一点点”? { } /various other methods }/end class Tree一棵可能庞大无比的 树,怎么数据部分就 这么“一点点”?