MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / hasNext

Method hasNext

JSAT/src/jsat/linear/ShiftedVec.java:291–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289 }
290
291 @Override
292 public boolean hasNext()
293 {
294 return nextVal != null;
295 }
296
297
298

Callers 2

getNonZeroIteratorMethod · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected