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

Method next

output/java_guava/1.4.17/Maps.java:1374–1377  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1372 }
1373
1374 @Override
1375 public Entry<K, V> next() {
1376 return unmodifiableEntry(entryIterator.next());
1377 }
1378 };
1379 }
1380

Callers

nothing calls this directly

Calls 2

unmodifiableEntryMethod · 0.95
nextMethod · 0.65

Tested by

no test coverage detected