MCPcopy 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

plusMethod · 0.95
multipliedByMethod · 0.95
toStringMethod · 0.95
streamMethod · 0.80
mergeMethod · 0.80

Calls 2

getTotalLengthMethod · 0.95
sizeMethod · 0.45

Tested by 1

streamMethod · 0.64