Uses of Enum Class
net.time4j.range.IntervalRelation
-
Uses of IntervalRelation in net.time4j.range
Modifier and TypeMethodDescriptionstatic IntervalRelation
IntervalRelation.between(ClockInterval a, ClockInterval b)
Determines the relation between given intervals.static IntervalRelation
IntervalRelation.between(DateInterval a, DateInterval b)
Determines the relation between given intervals.static IntervalRelation
IntervalRelation.between(MomentInterval a, MomentInterval b)
Determines the relation between given intervals.static IntervalRelation
IntervalRelation.between(TimestampInterval a, TimestampInterval b)
Determines the relation between given intervals.IntervalRelation.inverse()
Determines the opposite relation.static IntervalRelation
Returns the enum constant of this class with the specified name.static IntervalRelation[]
IntervalRelation.values()
Returns an array containing the constants of this enum class, in the order they are declared.