MCPcopy Create free account
hub / github.com/GCMiner/GCMiner / setListAll

Method setListAll

src/main/java/Preprocess/ReadCSV.java:22–24  ·  view source on GitHub ↗
(List<List> listAll)

Source from the content-addressed store, hash-verified

20 }
21
22 public void setListAll(List<List> listAll) {
23 this.listAll = listAll;
24 }
25
26 public static void main(String[] args) {
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected