| Package | Description |
|---|---|
| net.time4j.range |
Interval support.
|
| Modifier and Type | Method and Description |
|---|---|
static 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 |
IntervalRelation.inverse()
Determines the opposite relation.
|
static IntervalRelation |
IntervalRelation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntervalRelation[] |
IntervalRelation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2021. All rights reserved.