MCPcopy Create free account
hub / github.com/WinVector/Logistic / next

Method next

test/com/winvector/logistic/RExample.java:48–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 @Override
49 public ExampleRow next() {
50 if(!hasNext()) {
51 throw new NoSuchElementException();
52 }
53 final ExampleRow ret = next;
54 advance();
55 return ret;
56 }
57
58 @Override
59 public void remove() {

Callers 2

readBurstFromResourceMethod · 0.45
readBurstFromResourceMethod · 0.45

Calls 2

hasNextMethod · 0.95
advanceMethod · 0.95

Tested by

no test coverage detected