MCPcopy Index your code
hub / github.com/EdwardRaff/JSAT / remove

Method remove

JSAT/src/jsat/utils/IntDoubleMap.java:408–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406 }
407
408 @Override
409 public void remove()
410 {
411 //its ok to just call remove b/c nothing is re-ordered when we remove an element, we just set the status to DELETED
412 parentRef.remove(keys[prevPos]);
413 }
414 };
415 }
416

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected