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

Method keyIterator

output/java_guava/1.4.17/ImmutableEnumMap.java:54–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 @Override
55 UnmodifiableIterator<K> keyIterator() {
56 return Iterators.unmodifiableIterator(delegate.keySet().iterator());
57 }
58
59 @Override
60 public int size() {

Callers

nothing calls this directly

Calls 3

unmodifiableIteratorMethod · 0.95
iteratorMethod · 0.65
keySetMethod · 0.65

Tested by

no test coverage detected