Searched refs:colorList (Results 1 – 1 of 1) sorted by relevance
123 List<Map.Entry<Integer, Integer>> colorList = new ArrayList<>(colors.entrySet()); in getMostColor() local125 colorList.stream().max(Comparator.comparingInt(Map.Entry::getValue)).get(); in getMostColor()