Searched refs:notBigEnough (Results 1 – 2 of 2) sorted by relevance
390 List<Size> notBigEnough = new ArrayList<>(); in chooseOptimalSize() local400 notBigEnough.add(option); in chooseOptimalSize()409 } else if (notBigEnough.size() > 0) { in chooseOptimalSize()410 return Collections.max(notBigEnough, new CompareSizesByArea()); in chooseOptimalSize()
1637 List<Size> notBigEnough = new ArrayList<>();1647 notBigEnough.add(option);1656 } else if (notBigEnough.size() > 0) {1657 return Collections.max(notBigEnough, new CompareSizesByArea());