@Override
 public CloseableSortedMap<Namespace, DelegateTreeSubNode> tailMap(Namespace fromKey) {
   return new BerkeleyDBLocalDelegateTreeSubNodeMap(
       persistenceManager, transaction, parent, from.max(fromKey), to);
 }