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

Method next

corpus/java/training/guava/base/Converter.java:211–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209 }
210
211 @Override
212 public B next() {
213 return convert(fromIterator.next());
214 }
215
216 @Override
217 public void remove() {

Callers

nothing calls this directly

Calls 2

convertMethod · 0.95
nextMethod · 0.65

Tested by

no test coverage detected