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

Method iterator

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

Source from the content-addressed store, hash-verified

506 * which enables for-each-support
507 */
508 @Override
509 public Iterator<LeapSecondEvent> iterator() {
510
511 final LeapSecondEvent[] events = this.getEventsInDescendingOrder();
512 return Collections.unmodifiableList(Arrays.asList(events)).iterator();
513
514 }
515
516 /**
517 * <p>Creates a stream over all leap second events in descending temporal order. </p>

Callers 6

initNegativeLSMethod · 0.95
getCountMethod · 0.95
ofMethod · 0.45
WinZoneProviderSPIClass · 0.45
resolveSmartMethod · 0.45
NewYearStrategyMethod · 0.45

Calls 2

asListMethod · 0.80

Tested by 2

initNegativeLSMethod · 0.76
getCountMethod · 0.76