Index
All Classes and Interfaces|All Packages|Serialized Form
B
- build() - Method in class ws.slink.intervals.IntervalBuilder
C
- contains(Instant) - Method in interface ws.slink.intervals.Interval
-
checks if interval contains instant timestamp - input value should be non-null - no null-check is performed by this function
- contains(ZonedDateTime) - Method in interface ws.slink.intervals.Interval
-
checks if interval contains ZonedDateTime timestamp - input value should be non-null - no null-check is performed by this function
D
- day(int, int, int) - Static method in class ws.slink.intervals.IntervalBuilder
- day(int, int, int, int) - Static method in class ws.slink.intervals.IntervalBuilder
- day(int, int, int, String) - Static method in class ws.slink.intervals.IntervalBuilder
- day(int, int, int, String, int) - Static method in class ws.slink.intervals.IntervalBuilder
- Day - Class in ws.slink.intervals
- Day(TimeZone, LocalDateTime, LocalDateTime) - Constructor for class ws.slink.intervals.Day
- Day(TimeZone, LocalDateTime, LocalDateTime, int) - Constructor for class ws.slink.intervals.Day
E
- end() - Method in interface ws.slink.intervals.Interval
-
get interval end timestamp
- end(LocalDateTime) - Method in class ws.slink.intervals.IntervalBuilder
- end(LocalTime) - Method in class ws.slink.intervals.IntervalBuilder
G
- getEnd() - Method in interface ws.slink.intervals.Interval
-
get interval end local date time
- getStart() - Method in interface ws.slink.intervals.Interval
-
get interval start local date time
I
- Interval - Interface in ws.slink.intervals
-
generic interval interface
- IntervalBuilder - Class in ws.slink.intervals
- IntervalBuilder() - Constructor for class ws.slink.intervals.IntervalBuilder
- InvalidDayException - Exception in ws.slink.intervals.exception
- InvalidDayException() - Constructor for exception ws.slink.intervals.exception.InvalidDayException
- InvalidDayException(String) - Constructor for exception ws.slink.intervals.exception.InvalidDayException
- InvalidDayException(Throwable) - Constructor for exception ws.slink.intervals.exception.InvalidDayException
- InvalidIntervalException - Exception in ws.slink.intervals.exception
- InvalidIntervalException() - Constructor for exception ws.slink.intervals.exception.InvalidIntervalException
- InvalidIntervalException(String) - Constructor for exception ws.slink.intervals.exception.InvalidIntervalException
- InvalidIntervalException(Throwable) - Constructor for exception ws.slink.intervals.exception.InvalidIntervalException
- InvalidIntervalFormatException - Exception in ws.slink.intervals.exception
- InvalidIntervalFormatException() - Constructor for exception ws.slink.intervals.exception.InvalidIntervalFormatException
- InvalidIntervalFormatException(String) - Constructor for exception ws.slink.intervals.exception.InvalidIntervalFormatException
- InvalidMonthException - Exception in ws.slink.intervals.exception
- InvalidMonthException() - Constructor for exception ws.slink.intervals.exception.InvalidMonthException
- InvalidMonthException(String) - Constructor for exception ws.slink.intervals.exception.InvalidMonthException
- InvalidMonthException(Throwable) - Constructor for exception ws.slink.intervals.exception.InvalidMonthException
- InvalidYearException - Exception in ws.slink.intervals.exception
- InvalidYearException() - Constructor for exception ws.slink.intervals.exception.InvalidYearException
- InvalidYearException(String) - Constructor for exception ws.slink.intervals.exception.InvalidYearException
- InvalidYearException(Throwable) - Constructor for exception ws.slink.intervals.exception.InvalidYearException
M
- MethodNotSupportedException - Exception in ws.slink.intervals.exception
- MethodNotSupportedException() - Constructor for exception ws.slink.intervals.exception.MethodNotSupportedException
- month(int, int) - Static method in class ws.slink.intervals.IntervalBuilder
- month(int, int, int) - Static method in class ws.slink.intervals.IntervalBuilder
- month(int, int, String) - Static method in class ws.slink.intervals.IntervalBuilder
- month(int, int, String, int) - Static method in class ws.slink.intervals.IntervalBuilder
- Month - Class in ws.slink.intervals
- Month(TimeZone, LocalDateTime, LocalDateTime) - Constructor for class ws.slink.intervals.Month
- Month(TimeZone, LocalDateTime, LocalDateTime, int) - Constructor for class ws.slink.intervals.Month
O
- of(String) - Static method in class ws.slink.intervals.Day
- of(String) - Static method in class ws.slink.intervals.Month
- of(String) - Static method in class ws.slink.intervals.Year
- of(String, int) - Static method in class ws.slink.intervals.Day
- of(String, int) - Static method in class ws.slink.intervals.Month
- of(String, int) - Static method in class ws.slink.intervals.Year
- of(String, String) - Static method in class ws.slink.intervals.Day
- of(String, String) - Static method in class ws.slink.intervals.Month
- of(String, String) - Static method in class ws.slink.intervals.Year
- of(String, String, int) - Static method in class ws.slink.intervals.Day
- of(String, String, int) - Static method in class ws.slink.intervals.Month
- of(String, String, int) - Static method in class ws.slink.intervals.Year
- offset(int) - Method in class ws.slink.intervals.IntervalBuilder
P
- parse(String) - Static method in class ws.slink.intervals.IntervalBuilder
- parse(String, int) - Static method in class ws.slink.intervals.IntervalBuilder
- parse(String, String) - Static method in class ws.slink.intervals.IntervalBuilder
- parse(String, String, int) - Static method in class ws.slink.intervals.IntervalBuilder
- previous() - Method in class ws.slink.intervals.Day
- previous() - Method in interface ws.slink.intervals.Interval
-
returns previous interval from current (only supported for fixed type intervals, such as day, month, year)
- previous() - Method in class ws.slink.intervals.Month
- previous() - Method in class ws.slink.intervals.Year
S
- start() - Method in interface ws.slink.intervals.Interval
-
get interval start timestamp
- start(LocalDateTime) - Method in class ws.slink.intervals.IntervalBuilder
- start(LocalTime) - Method in class ws.slink.intervals.IntervalBuilder
T
- timezone() - Method in interface ws.slink.intervals.Interval
-
returns interval timezone (default one is UTC)
- timezone(TimeZone) - Method in class ws.slink.intervals.IntervalBuilder
W
- withPrevious() - Method in class ws.slink.intervals.Day
- withPrevious() - Method in interface ws.slink.intervals.Interval
-
returns extended interval including previous one (only supported for fixed type intervals, such as day, month, year)
- withPrevious() - Method in class ws.slink.intervals.Month
- withPrevious() - Method in class ws.slink.intervals.Year
- ws.slink.intervals - module ws.slink.intervals
- ws.slink.intervals - package ws.slink.intervals
- ws.slink.intervals.exception - package ws.slink.intervals.exception
Y
- year(int) - Static method in class ws.slink.intervals.IntervalBuilder
- year(int, int) - Static method in class ws.slink.intervals.IntervalBuilder
- year(int, String) - Static method in class ws.slink.intervals.IntervalBuilder
- year(int, String, int) - Static method in class ws.slink.intervals.IntervalBuilder
- Year - Class in ws.slink.intervals
- Year(TimeZone, LocalDateTime, LocalDateTime) - Constructor for class ws.slink.intervals.Year
- Year(TimeZone, LocalDateTime, LocalDateTime, int) - Constructor for class ws.slink.intervals.Year
All Classes and Interfaces|All Packages|Serialized Form