7778798081828384858687
return null; } // Note: we deliberately get a cloned copy here, since we will modify it. ModifiableHyperBoundingBox mbr = new ModifiableHyperBoundingBox(firstEntry); for(int i = 1; i < numEntries; i++) { mbr.extend(getEntry(i)); } return mbr; } /**