Пример #1
0
 public boolean remove(Object x) {
   if (x == null) return false;
   return root.delete(x, -1);
 }