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

Method iterator

corpus/java/training/guava/cache/LocalCache.java:1052–1055  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1050 }
1051
1052 @Override
1053 public Iterator<Object> iterator() {
1054 return ImmutableSet.of().iterator();
1055 }
1056 };
1057
1058 /**

Callers

nothing calls this directly

Calls 2

ofMethod · 0.95
iteratorMethod · 0.65

Tested by

no test coverage detected