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

Method getListAll

src/main/java/Preprocess/ReadCSV.java:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 public static List<List> listAll = new ArrayList<>();
17
18 public List<List> getListAll() {
19 return listAll;
20 }
21
22 public void setListAll(List<List> listAll) {
23 this.listAll = listAll;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected