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

Method getCount

base/src/main/java/net/time4j/scale/LeapSeconds.java:356–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

354 * @return count of registered leap seconds
355 */
356 public int getCount() {
357
358 return this.getEventsInDescendingOrder().length;
359
360 }
361
362 /**
363 * <p>Yields the count of all registered leap seconds which happened before given timestamp. </p>

Callers

nothing calls this directly

Calls 4

safeCastMethod · 0.95
enhanceMethod · 0.95
getPosixTimeMethod · 0.65

Tested by

no test coverage detected