Searched refs:bigEnough (Results 1 – 3 of 3) sorted by relevance
257 List<Size> bigEnough = new ArrayList<Size>(); in chooseOptimalSize() local263 bigEnough.add(option); in chooseOptimalSize()268 if (bigEnough.size() > 0) { in chooseOptimalSize()269 return Collections.min(bigEnough, new CompareSizesByArea()); in chooseOptimalSize()
388 List<Size> bigEnough = new ArrayList<>(); in chooseOptimalSize() local398 bigEnough.add(option); in chooseOptimalSize()407 if (bigEnough.size() > 0) { in chooseOptimalSize()408 return Collections.min(bigEnough, new CompareSizesByArea()); in chooseOptimalSize()
1635 List<Size> bigEnough = new ArrayList<>();1645 bigEnough.add(option);1654 if (bigEnough.size() > 0) {1655 return Collections.min(bigEnough, new CompareSizesByArea());