Example #1
0
 public TreeNode(T data) {
   this();
   setData(data);
 }