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

Method getAmount

base/src/main/java/net/time4j/engine/TimeSpan.java:354–358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352 * @return amount in units ({@code >= 0})
353 */
354 public long getAmount() {
355
356 return this.amount;
357
358 }
359
360 /**
361 * <p>Yields the time unit. </p>

Callers 15

printRelativeOrDateMethod · 0.45
printRelativeTimeMethod · 0.45
pushDurationMethod · 0.45
convertMethod · 0.45
writeDurationMethod · 0.45
normalizeMethod · 0.45
normalizeMethod · 0.45
containsMethod · 0.45
getPartialAmountMethod · 0.45
plusMethod · 0.45
withMethod · 0.45
multipliedByMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected