Searched refs:existingIdSet (Results 1 – 1 of 1) sorted by relevance
377 Set<String> existingIdSet = new HashSet<String>(); in remapIds() local378 collectExistingIds(node.getRoot(), existingIdSet); in remapIds() local387 if (!existingIdSet.contains(id)) { in remapIds()395 String new_id = findNewId(value.getSecond(), existingIdSet); in remapIds()408 protected static String findNewId(String fqcn, Set<String> existingIdSet) { in findNewId() argument415 if (!existingIdSet.contains(id)) { in findNewId()416 existingIdSet.add(id); in findNewId()428 protected static void collectExistingIds(INode root, Set<String> existingIdSet) { in collectExistingIds() argument437 if (!existingIdSet.contains(id)) { in collectExistingIds()438 existingIdSet.add(id); in collectExistingIds()[all …]