// best coverage (smallest scale difference) at
// the front of the list, and whittle it down from
// there.
Object[] coverageArray = new Object[coverageBoxes.size()];
coverageBoxes.copyInto(coverageArray);
coverageBoxes.removeAllElements();
int size = coverageArray.length;
// Set this here in case the vector is empty...
// float currentScale = currentEntry.info.scale;