hourCounts property

Map<int, int> hourCounts
final

Hour counts for peak hour calculation (bounded to 24 entries).

Implementation

final Map<int, int> hourCounts;