Searched refs:countMap (Results 1 – 2 of 2) sorted by relevance
60 Map<Integer, Long> countMap = output.stream() in testIterationsRespected() local64 countMap.entrySet() in testIterationsRespected()123 Map<Integer, Long> countMap = in testOverrideOptionName() local128 countMap.entrySet() in testOverrideOptionName()
126 Map<String, Long> countMap = new HashMap<>(); field in ScheduledRunCollectionListener.TimeSeriesStatistics140 countMap.put(key, 1 + countMap.getOrDefault(key, 0L)); in update()153 if (countMap.containsKey(key)) { in getStatistics()154 double mean = sumMap.get(key) / countMap.get(key); in getStatistics()