MCPcopy Create free account
hub / github.com/antlr/codebuff / iterator

Method iterator

output/java_guava/1.4.17/Sets.java:1770–1773  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1768 }
1769
1770 @Override
1771 public Iterator<E> iterator() {
1772 return forward.descendingIterator();
1773 }
1774
1775 @Override
1776 public Object[] toArray() {

Callers

nothing calls this directly

Calls 1

descendingIteratorMethod · 0.45

Tested by

no test coverage detected