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

Method size

base/src/main/java/net/time4j/range/IntervalTree.java:356–361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

354 * @return int
355 */
356 @Override
357 public int size() {
358
359 return this.size;
360
361 }
362
363 /**
364 * <p>Obtains a list of all stored intervals which intersect given point in time. </p>

Callers 15

pushDurationMethod · 0.45
getDSTSavingsMethod · 0.45
useDaylightTimeMethod · 0.45
convertMethod · 0.45
writeDurationMethod · 0.45
ofMethod · 0.45
normalizeMethod · 0.45
containsMethod · 0.45
getPartialAmountMethod · 0.45
countMethod · 0.45
isEmptyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected