Skip navigation links
A B C E G H I M O P Q S T U W 

A

alwaysOpen() - Method in class org.dhatim.businesshours.BusinessPeriod
Tells if this period is always open.

B

BusinessHours - Class in org.dhatim.businesshours
A representation of business hours.
BusinessHours(String) - Constructor for class org.dhatim.businesshours.BusinessHours
Build a new instance of BusinessHours from its string representation.
BusinessPeriod - Class in org.dhatim.businesshours
A continous period of business opening.
BusinessPeriod(BusinessTemporal, BusinessTemporal) - Constructor for class org.dhatim.businesshours.BusinessPeriod
Builds a new instance of BusinessPeriod.
BusinessTemporal - Class in org.dhatim.businesshours
A temporal containing fields that can be used to define business hours.

C

compareTo(Temporal) - Method in class org.dhatim.businesshours.BusinessTemporal
CronExpression - Class in org.dhatim.businesshours
A representation of cron expressions.
CronExpression(Temporal) - Constructor for class org.dhatim.businesshours.CronExpression
Create a CronExpression that triggers when the given temporal occurs.

E

equals(Object) - Method in class org.dhatim.businesshours.BusinessHours
Tells if these business hours are equals to the given ones.
equals(Object) - Method in class org.dhatim.businesshours.BusinessPeriod
Tells if this business period is equals to the given one.
equals(Object) - Method in class org.dhatim.businesshours.BusinessTemporal
Tells if this business temporal is equals to another one.
equals(Object) - Method in class org.dhatim.businesshours.CronExpression
Tells if this cron expression is equals to the given one.

G

getClosingCrons() - Method in class org.dhatim.businesshours.BusinessHours
Get a set of crons corresponding to each closing.
getEnd() - Method in class org.dhatim.businesshours.BusinessPeriod
Get the closing time of this period.
getEndCron() - Method in class org.dhatim.businesshours.BusinessPeriod
Get a CronExpression that triggers at each period closing.
getLong(TemporalField) - Method in class org.dhatim.businesshours.BusinessTemporal
getOpeningCrons() - Method in class org.dhatim.businesshours.BusinessHours
Get a set of crons corresponding to each opening.
getStart() - Method in class org.dhatim.businesshours.BusinessPeriod
Get the opening time of this period.
getStartCron() - Method in class org.dhatim.businesshours.BusinessPeriod
Get a CronExpression that triggers at each period opening.

H

hashCode() - Method in class org.dhatim.businesshours.BusinessHours
Returns a hash code for this BusinessHours.
hashCode() - Method in class org.dhatim.businesshours.BusinessPeriod
hashCode() - Method in class org.dhatim.businesshours.BusinessTemporal
hashCode() - Method in class org.dhatim.businesshours.CronExpression

I

increment() - Method in class org.dhatim.businesshours.BusinessTemporal
Increments the least significant field of this Business Temporal by one.
isInPeriod(Temporal) - Method in class org.dhatim.businesshours.BusinessPeriod
Tells if the given temporal lies within this period.
isOpen(Temporal) - Method in class org.dhatim.businesshours.BusinessHours
Tells if the business is open at the given time.
isSupported(TemporalField) - Method in class org.dhatim.businesshours.BusinessTemporal
isSupported(TemporalUnit) - Method in class org.dhatim.businesshours.BusinessTemporal

M

merge(Collection<BusinessPeriod>) - Static method in class org.dhatim.businesshours.BusinessPeriod
Merge intersecting or adjacent periods.
merge(Collection<CronExpression>) - Static method in class org.dhatim.businesshours.CronExpression
Merge the given cron expressions where it is possible.

O

of(Map<ChronoField, Integer>) - Static method in class org.dhatim.businesshours.BusinessTemporal
Builds a BusinessTemporal instance from its fields values
org.dhatim.businesshours - package org.dhatim.businesshours
 

P

plus(long, TemporalUnit) - Method in class org.dhatim.businesshours.BusinessTemporal

Q

query(TemporalQuery<R>) - Method in class org.dhatim.businesshours.BusinessTemporal

S

since(Temporal, ChronoUnit) - Method in class org.dhatim.businesshours.BusinessTemporal
Get the amount of time between the provided temporal and the next occurrence of this business temporal.

T

timeBeforeOpening(Temporal, ChronoUnit) - Method in class org.dhatim.businesshours.BusinessHours
Get the time between the given temporal and the next business opening.
timeBeforeOpening(Temporal, ChronoUnit) - Method in class org.dhatim.businesshours.BusinessPeriod
Gives the amount of time between the given temporal and the next opening of this period.
toString() - Method in class org.dhatim.businesshours.BusinessHours
Return a string representation of this BusinessHours instance.
toString() - Method in class org.dhatim.businesshours.CronExpression
Convert this cron expression into its string representation.

U

until(Temporal, TemporalUnit) - Method in class org.dhatim.businesshours.BusinessTemporal

W

with(TemporalField, long) - Method in class org.dhatim.businesshours.BusinessTemporal
A B C E G H I M O P Q S T U W 
Skip navigation links

Copyright © 2017. All rights reserved.