Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ atomic
Method
atomic
base/src/main/java/net/time4j/range/DateInterval.java:328–332 ·
view source on GitHub ↗
(PlainDate date)
Source
from the content-addressed store, hash-verified
326
* @since 2.0
327
*/
328
public
static
DateInterval atomic(PlainDate date) {
329
330
return
between(date, date);
331
332
}
333
334
/**
335
* <p>Creates a closed interval including only given date. </p>
Callers
15
countOfBusinessDays
Method · 0.95
countOfHolidays
Method · 0.95
parsePeriodAndCalendarDate1
Method · 0.95
intersectsIfSameEnd
Method · 0.95
minusIntermediateInterval
Method · 0.95
minusEmptyInterval
Method · 0.95
splittedDateIntervals
Method · 0.95
splittedDatesInfinite
Method · 0.95
plusEmptyInterval
Method · 0.95
isEmptyAtomicClosed
Method · 0.95
isEmptyAtomicOpen
Method · 0.95
isFiniteEmpty
Method · 0.95
Calls
2
between
Method · 0.95
from
Method · 0.95
Tested by
15
countOfBusinessDays
Method · 0.76
countOfHolidays
Method · 0.76
parsePeriodAndCalendarDate1
Method · 0.76
intersectsIfSameEnd
Method · 0.76
minusIntermediateInterval
Method · 0.76
minusEmptyInterval
Method · 0.76
splittedDateIntervals
Method · 0.76
splittedDatesInfinite
Method · 0.76
plusEmptyInterval
Method · 0.76
isEmptyAtomicClosed
Method · 0.76
isEmptyAtomicOpen
Method · 0.76
isFiniteEmpty
Method · 0.76