public boolean isNil(Object tree) {
   return adaptor.isNil(tree);
 }