Searched defs: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() local408 protected static String findNewId(String fqcn, Set<String> existingIdSet) { in findNewId()428 protected static void collectExistingIds(INode root, Set<String> existingIdSet) { in collectExistingIds()