Schnittstelle SunriseResult

Alle bekannten Implementierungsklassen:
SunriseResult.AllDay, SunriseResult.AllNight, SunriseResult.RegularDay

public sealed interface SunriseResult permits SunriseResult.RegularDay, SunriseResult.AllDay, SunriseResult.AllNight
Result types for sunrise/sunset calculations.
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifizierer und Typ
    Schnittstelle
    Beschreibung
    static final record 
    A day on which the sun is above the horizon all the time (polar day).
    static final record 
    A day on which the sun is below the horizon all the time (polar night).
    static final record 
    Result type for a day with sunrise and sunset.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung