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

Method HashIterator

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

Source from the content-addressed store, hash-verified

4320 WriteThroughEntry lastReturned;
4321
4322 HashIterator() {
4323 nextSegmentIndex = segments.length - 1;
4324 nextTableIndex = -1;
4325 advance();
4326 }
4327
4328 @Override
4329 public abstract T next();

Callers

nothing calls this directly

Calls 1

advanceMethod · 0.95

Tested by

no test coverage detected