public class ChannelStatsByPeriodMap extends AbstractStatsByPeriodMap<java.util.Map<java.lang.String,ChannelStats>,ChannelStats>
| Constructor and Description |
|---|
ChannelStatsByPeriodMap(java.util.Date start,
java.util.Date end,
java.util.List<ChannelStats> list,
int periodSizeInMinutes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(java.util.Date periodStart,
ChannelStats stat) |
protected void |
addBlank(java.util.Date periodStart) |
roundceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuespublic ChannelStatsByPeriodMap(java.util.Date start,
java.util.Date end,
java.util.List<ChannelStats> list,
int periodSizeInMinutes)
protected void add(java.util.Date periodStart,
ChannelStats stat)
add in class AbstractStatsByPeriodMap<java.util.Map<java.lang.String,ChannelStats>,ChannelStats>protected void addBlank(java.util.Date periodStart)
addBlank in class AbstractStatsByPeriodMap<java.util.Map<java.lang.String,ChannelStats>,ChannelStats>