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

Method ofZero

base/src/main/java/net/time4j/Duration.java:359–364  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

357 * @return empty duration
358 */
359 @SuppressWarnings("unchecked")
360 public static <U extends IsoUnit> Duration<U> ofZero() {
361
362 return ZERO;
363
364 }
365
366 /**
367 * <p>Creates a new duration which only knows one unit. </p>

Callers 15

ofPositiveBuilderMethod · 0.95
ofNegativeBuilderMethod · 0.95
unionMethod · 0.95
testToStringMethod · 0.95
testToStringISOMethod · 0.95
testToStringXML1Method · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by 15

ofPositiveBuilderMethod · 0.76
ofNegativeBuilderMethod · 0.76
unionMethod · 0.76
testToStringMethod · 0.76
testToStringISOMethod · 0.76
testToStringXML1Method · 0.76
parseMethod · 0.76