Searched refs:newDepth (Results 1 – 1 of 1) sorted by relevance
201 int newDepth = Math.max(left.getTreeDepth(), right.getTreeDepth()) + 1; in concatenate() local202 if (newLength >= minLengthByDepth[newDepth]) { in concatenate()