MCPcopy Create free account
hub / github.com/cschanck/single-file-java / next

Method next

src/main/java/org/sfj/ChiseledMap.java:407–415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

405 }
406
407 @Override
408 public Entry<K, V> next() {
409 Entry<K, Long> n = base.next();
410 try {
411 return fetch(n.getValue(), false, null);
412 } catch (IOException e) {
413 throw new RuntimeIOException(e);
414 }
415 }
416 };
417 }
418

Callers

nothing calls this directly

Calls 2

fetchMethod · 0.95
nextMethod · 0.65

Tested by

no test coverage detected