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