public abstract class ObjectMergePolicy<T extends IdentificableNode> extends Object implements MergePolicy<T>
| Constructor and Description |
|---|
ObjectMergePolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(List<T> localList,
List<T> remoteList,
List resultList) |
void |
apply(T remoteObject,
List<T> localList,
List<T> resultList) |
abstract void |
apply(T localObject,
T remoteObject,
List<T> resultList) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic void apply(List<T> localList, List<T> remoteList, List resultList)
apply in interface MergePolicy<T extends IdentificableNode>Copyright © 2014. All rights reserved.