Class ComparableWeatherEntry
java.lang.Object
net.simplace.sim.components.util.helper.diurnal.ComparableWeatherEntry
- All Implemented Interfaces:
Comparable<ComparableWeatherEntry>
Objects for sortable weather entries
Holds date, minTemp, maxTemp, radiation and key value
Implements compareTo by comparing the dates.
- Author:
- Gunther Krauss
-
Field Summary
-
Constructor Summary
ConstructorDescriptionComparableWeatherEntry
(LocalDateTime d, double minT, double maxT, double rad, Object k) -
Method Summary
-
Field Details
-
date
-
minTemp
-
maxTemp
-
radiation
-
key
-
-
Constructor Details
-
ComparableWeatherEntry
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ComparableWeatherEntry>
-