MCPcopy Index your code
hub / github.com/davidgiven/luje / next

Method next

lib/java/util/AbstractMap.java:245–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243 }
244
245 public K next() {
246 return setIterator.next().getKey();
247 }
248
249 public void remove() {
250 setIterator.remove();

Callers

nothing calls this directly

Calls 3

getKeyMethod · 0.65
nextMethod · 0.65
getValueMethod · 0.65

Tested by

no test coverage detected