Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ count
Method
count
base/src/main/java/net/time4j/Duration.java:3075–3079 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3073
}
3074
3075
private
int
count() {
3076
3077
return
this.getTotalLength().size();
3078
3079
}
3080
3081
// wildcard capture
3082
private
static
<U> boolean isEmpty(TimeSpan<U> timespan) {
Callers
5
plus
Method · 0.95
multipliedBy
Method · 0.95
toString
Method · 0.95
stream
Method · 0.80
merge
Method · 0.80
Calls
2
getTotalLength
Method · 0.95
size
Method · 0.45
Tested by
1
stream
Method · 0.64