MCPcopy Create free account
hub / github.com/ddf-project/DDF / getMissingDataHandler

Method getMissingDataHandler

core/src/main/java/io/ddf/DDF.java:615–619  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

613
614
615 public IHandleMissingData getMissingDataHandler() {
616 if (mMissingDataHandler == null) mMissingDataHandler = this.createMissingDataHandler();
617 if (mMissingDataHandler == null) throw new UnsupportedOperationException();
618 else return mMissingDataHandler;
619 }
620
621 public DDF setMissingDataHandler(IHandleMissingData aMissingDataHandler) {
622 this.mMissingDataHandler = aMissingDataHandler;

Callers 2

dropNAMethod · 0.95
fillNAMethod · 0.95

Calls 1

Tested by

no test coverage detected