.getDataRecordIdentifier();
visitedTree.deleteExistingNode(first);
heapRecordableManager.delete(firstDataRecordIdentifier);
}
} catch (RBTException exception) {
throw new GarbageException(exception);
} catch (HeapRecordableException exception) {
throw new GarbageException(exception);
}
return dataRecordIdentifier;
}