Example #1
0
 public String toString() {
   return "(" + x + "," + y + ")" + friend.toString();
 }