MCPcopy Create free account
hub / github.com/apache/nutch / hasNext

Method hasNext

src/java/org/apache/nutch/api/impl/db/DbIterator.java:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 public boolean hasNext() {
85 return hasNext;
86 }
87
88 public Map<String, Object> next() {
89 url = result.getKey();

Callers 3

runQueryMethod · 0.45
getAsMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected