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