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

Method next

output/java_guava/1.4.17/Converter.java:220–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 }
219
220 @Override
221 public B next() {
222 return convert(fromIterator.next());
223 }
224
225 @Override
226 public void remove() {

Callers

nothing calls this directly

Calls 2

convertMethod · 0.95
nextMethod · 0.65

Tested by

no test coverage detected