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

Method nanos

base/src/main/java/net/time4j/Duration.java:4233–4239  ·  view source on GitHub ↗
(int num)

Source from the content-addressed store, hash-verified

4231 * @see ClockUnit#NANOS
4232 */
4233 public Builder nanos(int num) {
4234
4235 this.nanosCalled();
4236 this.update(num, 1L);
4237 return this;
4238
4239 }
4240
4241 /**
4242 * <p>Creates a new duration conforming to ISO-8601. </p>

Callers 7

ofPositiveBuilderMethod · 0.80
ofNegativeBuilderMethod · 0.80
minusClockUnitsMethod · 0.80
xmlDurationToTime4JMethod · 0.80
xmlDurationFromTime4JMethod · 0.80

Calls 2

nanosCalledMethod · 0.95
updateMethod · 0.95

Tested by 7

ofPositiveBuilderMethod · 0.64
ofNegativeBuilderMethod · 0.64
minusClockUnitsMethod · 0.64
xmlDurationToTime4JMethod · 0.64
xmlDurationFromTime4JMethod · 0.64