Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ getTotalLength
Method
getTotalLength
base/src/main/java/net/time4j/Duration.java:1019–1024 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1017
}
1018
1019
@Override
1020
public
List<Item<U>> getTotalLength() {
1021
1022
return
this.items;
1023
1024
}
1025
1026
@Override
1027
public
boolean isNegative() {
Callers
7
plus
Method · 0.95
multipliedBy
Method · 0.95
equals
Method · 0.95
hashCode
Method · 0.95
toString
Method · 0.95
count
Method · 0.95
getIndex
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected