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

Method micros

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

Source from the content-addressed store, hash-verified

4205 * @throws IllegalStateException if already called
4206 */
4207 public Builder micros(int num) {
4208
4209 this.microsCalled();
4210 this.update(num, 1000L);
4211 return this;
4212
4213 }
4214
4215 /**
4216 * <p>Adds a nanosecond item. </p>

Callers 5

ofPositiveBuilderMethod · 0.80
ofNegativeBuilderMethod · 0.80
withSTD_PERIODMethod · 0.80

Calls 2

microsCalledMethod · 0.95
updateMethod · 0.95

Tested by 5

ofPositiveBuilderMethod · 0.64
ofNegativeBuilderMethod · 0.64
withSTD_PERIODMethod · 0.64