MCPcopy Create free account
hub / github.com/MenoData/Time4J / getLength

Method getLength

base/src/main/java/net/time4j/OverflowUnit.java:136–141  ·  view source on GitHub ↗

Delegiert an die zugrundeliegende CalendarUnit. @return estimated standard length

()

Source from the content-addressed store, hash-verified

134 * @return estimated standard length
135 */
136 @Override
137 public double getLength() {
138
139 return this.unit.getLength();
140
141 }
142
143 /**
144 * <p>Diese Einheit ist kalendarisch. </p>

Callers

nothing calls this directly

Calls 1

getLengthMethod · 0.65

Tested by

no test coverage detected