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

abstract class LegHoursDateStatsEntry<K extends Comparable<K>> extends LegHoursStatsEntry<K>
A bean to store date-ordered statistics entries that contain key value plus hours/legs.
Since:
10.2
Version:
10.2
Author:
Luke
  • Constructor Details

    • LegHoursDateStatsEntry

      protected LegHoursDateStatsEntry(Instant dt)
      Creates the bean.
      Parameters:
      dt - the date/time
  • Method Details

    • getDate

      public Instant getDate()
      Returns the date.
      Returns:
      the date
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object