Searched refs:notBigEnough (Results 1 – 1 of 1) sorted by relevance
391 List<Size> notBigEnough = new ArrayList<>(); in chooseOptimalSize() local401 notBigEnough.add(option); in chooseOptimalSize()410 } else if (notBigEnough.size() > 0) { in chooseOptimalSize()411 return Collections.max(notBigEnough, new CompareSizesByArea()); in chooseOptimalSize()