Searched refs:bigEnough (Results 1 – 2 of 2) sorted by relevance
92 List<Size> bigEnough = new ArrayList<Size>(); in chooseBigEnoughSize() local95 bigEnough.add(option); in chooseBigEnoughSize()100 if (bigEnough.size() > 0) { in chooseBigEnoughSize()101 return Collections.min(bigEnough, new CompareSizesByArea()); in chooseBigEnoughSize()
402 List<Size> bigEnough = new ArrayList<>(); in chooseOptimalSize() local408 bigEnough.add(option); in chooseOptimalSize()413 if (bigEnough.size() > 0) { in chooseOptimalSize()414 return Collections.min(bigEnough, new CompareSizesByArea()); in chooseOptimalSize()