Searched refs:minLengthByDepth (Results 1 – 1 of 1) sorted by relevance
87 private static final int[] minLengthByDepth; field in RopeByteString110 minLengthByDepth = new int[numbers.size()];111 for (int i = 0; i < minLengthByDepth.length; i++) {113 minLengthByDepth[i] = numbers.get(i);202 if (newLength >= minLengthByDepth[newDepth]) { in concatenate()288 return totalLength >= minLengthByDepth[treeDepth]; in isBalanced()619 int binEnd = minLengthByDepth[depthBin + 1]; in insert()628 int binStart = minLengthByDepth[depthBin]; in insert()644 binEnd = minLengthByDepth[depthBin + 1]; in insert()657 int depth = Arrays.binarySearch(minLengthByDepth, length); in getDepthBinForLength()