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

Method getEdgeAll

src/main/java/Preprocess/TEST.java:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public List<String[]> getEdgeAll() { return edgeAll; }
34 //private static HashMap<String,HashMap> map = new HashMap();
35 private static HashMap<String,List> map = new HashMap();
36 private static List<HashMap> resultList = new LinkedList<>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected