Heap.prototype.maxKey = Heap.prototype.measure = function () {
        return this.tree.measure();
    };