Searched defs:sourceMap (Results 1 - 1 of 1) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DCommonAttributeUtils.java49 * @param sourceMap the map that contains attribute sets that must be
52 public static void mergeAttributes(Map destinationMap, Map sourceMap) { argument
53 Iterator it = sourceMap.keySet().iterator();
56 Set nextValue = (Set)sourceMap.get(nextName);

Completed in 46 milliseconds