()
| 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<>(); |
nothing calls this directly
no outgoing calls
no test coverage detected