MCPcopy Create free account
hub / github.com/MenoData/Time4J / between

Method between

base/src/main/java/net/time4j/range/DateInterval.java:184–193  ·  view source on GitHub ↗
(
        PlainDate start,
        PlainDate end
    )

Source from the content-addressed store, hash-verified

182 * @since 2.0
183 */
184 public static DateInterval between(
185 PlainDate start,
186 PlainDate end
187 ) {
188
189 return new DateInterval(
190 Boundary.of(CLOSED, start),
191 Boundary.of(CLOSED, end));
192
193 }
194
195 /**
196 * <p>Creates a closed interval between given dates. </p>

Callers 15

toFlexIntervalMethod · 0.95
getValueMethod · 0.95
withValueMethod · 0.95
getBoundariesMethod · 0.95
nullValueMethod · 0.95
delegateMethodsMethod · 0.95
lastBusinessDayNullMethod · 0.95
printTechnicalSymbolMethod · 0.95
printCustom2Method · 0.95
printSHOW_NEVERMethod · 0.95
printSHOW_ALWAYSMethod · 0.95

Calls 2

ofMethod · 0.95
fromMethod · 0.95

Tested by 15

toFlexIntervalMethod · 0.76
getValueMethod · 0.76
withValueMethod · 0.76
getBoundariesMethod · 0.76
nullValueMethod · 0.76
delegateMethodsMethod · 0.76
lastBusinessDayNullMethod · 0.76
printTechnicalSymbolMethod · 0.76
printCustom2Method · 0.76
printSHOW_NEVERMethod · 0.76
printSHOW_ALWAYSMethod · 0.76