Searched refs:countToExampleSetRaw (Results 1 – 1 of 1) sorted by relevance
4093 Map<Count, Set<Double>> countToExampleSetRaw = new TreeMap<>(); in PluralInfo() local4139 countToExampleSetRaw.put(type, doublesSet); in PluralInfo()4142 countToExampleSet = Collections.unmodifiableMap(countToExampleSetRaw); in PluralInfo()