Home
last modified time | relevance | path

Searched refs:minRecords (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/db/
H A DBTree.java46 protected final int minRecords; field in BTree
72 this.minRecords = this.degree - 1; in BTree()
408 if (succ != null && succ.keyCount > this.minRecords) {
417 if (pred != null && pred.keyCount > this.minRecords) {
460 if (child.keyCount > this.minRecords) {
466 if (sibR != null && sibR.keyCount > this.minRecords) {
478 if (sibL != null && sibL.keyCount > this.minRecords) {
780 if (keyCount < BTree.this.minRecords || keyCount > BTree.this.maxRecords) {