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

Method getTotalLength

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

Source from the content-addressed store, hash-verified

62 * order where every time unit exists at most once
63 */
64 List<Item<U>> getTotalLength();
65
66 /**
67 * <p>Queries if given time unit is part of this time span. </p>

Implementers 4

DurationBasicsTestbase/src/test/java/net/time4j/Duration
MachineTimebase/src/main/java/net/time4j/MachineT
Normalizedbase/src/main/java/net/time4j/MachineT
SingleUnitTimeSpanbase/src/main/java/net/time4j/range/Si

Calls

no outgoing calls