Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ofPositiveBuilder
Method · 0.80
ofNegativeBuilder
Method · 0.80
ofBuilderWithDuplicateUnit1
Method · 0.80
ofBuilderWithDuplicateUnit2
Method · 0.80
minusClockUnits
Method · 0.80
xmlDurationToTime4J
Method · 0.80
xmlDurationFromTime4J
Method · 0.80
Calls
2
nanosCalled
Method · 0.95
update
Method · 0.95
Tested by
7
ofPositiveBuilder
Method · 0.64
ofNegativeBuilder
Method · 0.64
ofBuilderWithDuplicateUnit1
Method · 0.64
ofBuilderWithDuplicateUnit2
Method · 0.64
minusClockUnits
Method · 0.64
xmlDurationToTime4J
Method · 0.64
xmlDurationFromTime4J
Method · 0.64