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

Method hasNext

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

Source from the content-addressed store, hash-verified

41 }
42
43 @Override
44 public boolean hasNext() {
45 return next!=null;
46 }
47
48 @Override
49 public ExampleRow next() {

Callers 3

nextMethod · 0.95
readBurstFromResourceMethod · 0.45
readBurstFromResourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected