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

Method iterator

output/java_guava/1.4.19/ImmutableSet.java:368–371  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

366 abstract E get(int index);
367
368 @Override
369 public UnmodifiableIterator<E> iterator() {
370 return asList().iterator();
371 }
372
373 @Override
374 ImmutableList<E> createAsList() {

Callers

nothing calls this directly

Calls 2

iteratorMethod · 0.65
asListMethod · 0.45

Tested by

no test coverage detected