@Immutable public final class DomainListMerger extends Object
| Constructor and Description |
|---|
DomainListMerger(Properties properties)
Constructs the merger.
|
| Modifier and Type | Method and Description |
|---|---|
de.malkusch.whoisServerList.api.v1.model.DomainList |
merge(de.malkusch.whoisServerList.api.v1.model.DomainList left,
de.malkusch.whoisServerList.api.v1.model.DomainList right)
Merges two objects.
|
public DomainListMerger(Properties properties)
properties - the application propertiespublic de.malkusch.whoisServerList.api.v1.model.DomainList merge(de.malkusch.whoisServerList.api.v1.model.DomainList left,
de.malkusch.whoisServerList.api.v1.model.DomainList right)
throws InterruptedException
left - the dominant object, may be nullright - the weak object, may be nullInterruptedException - If the thread was interrupted.Copyright © 2014. All Rights Reserved.