public class MergeResult extends Object
| Constructor and Description |
|---|
MergeResult(Set<String> common,
Set<String> added,
Set<String> removed) |
MergeResult(String[] common,
String[] added,
String[] removed) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAdded() |
String[] |
getCommon() |
String[] |
getRemoved() |
static MergeResult |
mergeNames(Set<String> original,
Set<String> others) |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.