Searched defs:existingIdSet (Results 1 – 1 of 1) sorted by relevance
367 Set<String> existingIdSet = new HashSet<String>(); in remapIds() local368 collectExistingIds(node.getRoot(), existingIdSet); in remapIds() local398 protected static String findNewId(String fqcn, Set<String> existingIdSet) { in findNewId()418 protected static void collectExistingIds(INode root, Set<String> existingIdSet) { in collectExistingIds()