Searched refs:unitToBestUnit (Results 1 – 1 of 1) sorted by relevance
213 Map<String, BestUnitForGender> unitToBestUnit = new TreeMap<>(); in writeSubcharts() local223 …unitToBestUnit.put(shortUnit, new BestUnitForGender(shortUnit, quantity, systems, sizeInBaseUnits.… in writeSubcharts()225 unitToBestUnit = ImmutableMap.copyOf(unitToBestUnit); in writeSubcharts()227 final BestUnitForGender u1 = unitToBestUnit.get("meter"); in writeSubcharts()228 final BestUnitForGender u2 = unitToBestUnit.get("square-centimeter"); in writeSubcharts()231 Set<BestUnitForGender> sorted2 = new TreeSet<>(unitToBestUnit.values()); in writeSubcharts()363 final BestUnitForGender bestUnit = unitToBestUnit.get(shortUnit); in writeSubcharts()