Searched refs:toHeirarchyTemp (Results 1 – 1 of 1) sorted by relevance
472 Map<String, String> toHeirarchyTemp = new TreeMap<>(); in getData() local532 String old = toHeirarchyTemp.get(lastCode); in getData()533 … toHeirarchyTemp.put(lastCode, old == null || old.length() == 0 ? result.toString().trim() in getData()570 for (String code : toHeirarchyTemp.keySet()) { in getData()571 String valueString = toHeirarchyTemp.get(code); in getData()574 if (toScope.get(value) == null && toHeirarchyTemp.get(value) == null) { in getData()