public static class RecordStatsGenerator.RecordsStats extends Object
| Modifier and Type | Field and Description |
|---|---|
static RecordStatsGenerator.RecordsStats |
EMPTY |
| Constructor and Description |
|---|
RecordsStats(Date[] period) |
| Modifier and Type | Method and Description |
|---|---|
void |
finalize() |
Map<Integer,RecordStatsGenerator.PointStats> |
getDailyStats() |
Map<Integer,RecordStatsGenerator.PointStats> |
getMonthlyStats() |
RecordStatsGenerator.PointStats |
getOrCreateDailyStats(Date date) |
Date[] |
getPeriod() |
Map<Integer,RecordStatsGenerator.PointStats> |
getYearlyStats() |
public static final RecordStatsGenerator.RecordsStats EMPTY
public RecordsStats(Date[] period)
public RecordStatsGenerator.PointStats getOrCreateDailyStats(Date date)
public Date[] getPeriod()
public Map<Integer,RecordStatsGenerator.PointStats> getDailyStats()
public Map<Integer,RecordStatsGenerator.PointStats> getMonthlyStats()
public Map<Integer,RecordStatsGenerator.PointStats> getYearlyStats()
Copyright © 2022 Open Foris. All rights reserved.