public class UniqueMerge extends Abstract
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_DELIMITER
Default delimiter
|
private Set<String> |
mKeys |
VERSION
Constructor and Description |
---|
UniqueMerge() |
public static final String DEFAULT_DELIMITER
public String compute(String oldValue, String newValue, String dflt)
oldValue
- the existing value for the profile.newValue
- the new value being added to the profile.dflt
- the default value to be used in case the values
are not of the correct type.