MCPcopy 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

plusMethod · 0.95
multipliedByMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
toStringMethod · 0.95
countMethod · 0.95
getIndexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected