Searched refs:combineTypeCountMaps (Results 1 – 2 of 2) sorted by relevance
104 ResponseCollective.combineTypeCountMaps(responseCountQuery, in collectQueryAggregates()106 ResponseCollective.combineTypeCountMaps(entryCountQuery, in collectQueryAggregates()138 ResponseCollective.combineTypeCountMaps(responseCountAuth, in collectAuthAggregates()140 ResponseCollective.combineTypeCountMaps(entryCountAuth, in collectAuthAggregates()
168 public static <T> Map<T, Integer> combineTypeCountMaps(Map<T, Integer> first, in combineTypeCountMaps() method in ResponseCollective