Class LocalTimeInterval

    • Constructor Detail

    • Method Detail

      • compareTo

        public int compareTo​(LocalTimeInterval o)
        Compares two LocalTimeInterval objects in regard to their begin.
        Specified by:
        compareTo in interface Comparable<LocalTimeInterval>
        Parameters:
        o - the LocalTimeInterval to be compared.
        Returns:
        a negative value if o begins before this, 0 if both have the same begin and a positive value if o begins after this.