Class LegHoursDateStatsEntry<K extends Comparable<K>>
java.lang.Object
org.deltava.beans.stats.LegHoursStatsEntry<K>
org.deltava.beans.stats.LegHoursDateStatsEntry<K>
- Type Parameters:
K- The sort key
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LandingStatsEntry, OnTimeStatsEntry, PercentileStatsEntry, SimStatsEntry, StageStatsEntry
A bean to store date-ordered statistics entries that contain key value plus hours/legs.
- Since:
- 10.2
- Version:
- 10.2
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LegHoursStatsEntry
getDistance, getHours, getKeys, getLegs, getMaxKey, inc, setModifier and TypeMethodDescriptionintgetDistance(K key) Returns the flight distance for a particular key.doubleReturns the number of flight hours for a particular key.getKeys()Returns tthe available keys.intReturns the number of flight legs for a particular key.protected KReturns the maximum key value in this bean.protected voidAdds to an existing statistics entry.protected voidAdds a statistics entry.
-
Constructor Details
-
LegHoursDateStatsEntry
-
-
Method Details
-
getDate
-
hashCode
-