Searched refs:BEST_UNIT_CACHE (Results 1 – 1 of 1) sorted by relevance
478 static final Map<String, Pair<String, Double>> BEST_UNIT_CACHE = new HashMap<>(); field in ChartGrammaticalForms481 Pair<String, Double> cached = BEST_UNIT_CACHE.get(shortUnit); in getBestBaseUnit()533 BEST_UNIT_CACHE.put(shortUnit, Pair.of(unitCell, sizeInBaseUnits.value)); in getBestBaseUnit()