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

Method nextEntry

output/java_guava/1.4.13/LocalCache.java:4407–4414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4405 }
4406
4407 WriteThroughEntry nextEntry() {
4408 if (nextExternal == null) {
4409 throw new NoSuchElementException();
4410 }
4411 lastReturned = nextExternal;
4412 advance();
4413 return lastReturned;
4414 }
4415
4416 @Override
4417 public void remove() {

Callers 3

nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45

Calls 1

advanceMethod · 0.95

Tested by

no test coverage detected