MCPcopy 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

countOfBusinessDaysMethod · 0.95
countOfHolidaysMethod · 0.95
intersectsIfSameEndMethod · 0.95
minusEmptyIntervalMethod · 0.95
splittedDateIntervalsMethod · 0.95
splittedDatesInfiniteMethod · 0.95
plusEmptyIntervalMethod · 0.95
isEmptyAtomicClosedMethod · 0.95
isEmptyAtomicOpenMethod · 0.95
isFiniteEmptyMethod · 0.95

Calls 2

betweenMethod · 0.95
fromMethod · 0.95

Tested by 15

countOfBusinessDaysMethod · 0.76
countOfHolidaysMethod · 0.76
intersectsIfSameEndMethod · 0.76
minusEmptyIntervalMethod · 0.76
splittedDateIntervalsMethod · 0.76
splittedDatesInfiniteMethod · 0.76
plusEmptyIntervalMethod · 0.76
isEmptyAtomicClosedMethod · 0.76
isEmptyAtomicOpenMethod · 0.76
isFiniteEmptyMethod · 0.76