Searched refs:bigEnough (Results 1 – 1 of 1) sorted by relevance
389 List<Size> bigEnough = new ArrayList<>(); in chooseOptimalSize() local399 bigEnough.add(option); in chooseOptimalSize()408 if (bigEnough.size() > 0) { in chooseOptimalSize()409 return Collections.min(bigEnough, new CompareSizesByArea()); in chooseOptimalSize()