Searched defs:growthData (Results 1 – 1 of 1) sorted by relevance
305 …TreeMap<String, List<Double>> growthData = new TreeMap<>(Ordering.natural().reverse()); // sort by… in doGrowth() local433 …onList(String version, Counter2<String> completionData, TreeMap<String, List<Double>> growthData) { in addCompletionList()