Searched refs:findMax (Results 1 – 6 of 6) sorted by relevance
131 assertEquals(null, tree.findMax());135 assertEquals('right', tree.findMax().value);
164 goog.structs.SplayTree.prototype.findMax = function(opt_startNode) { method in goog.structs.SplayTree192 return this.findMax(this.root_.left);
183 var max = this.dynamics_.findMax();
248 return this.findMax(this.root_.left);
243 return this.findMax(this.root_.left);
14711 (PropertyMapNode::findMax), (PropertyMapNode::findMin), (PropertyMapNode::next),