MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / next

Method next

collections/AdapterMethodIdiom.java:21–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 return current > -1;
20 }
21 @Override
22 public T next() { return get(current--); }
23 @Override
24 public void remove() { // Not implemented
25 throw new UnsupportedOperationException();

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected