Iterator
. The original Iterator
will be modified after the call.
@param objSeq The original sequence which the differencewill be applied. It will be modified.
@param modSeq The modified sequence where the differencecontent will be extracted.
@param differences The Difference
array.
@return An Iterator
which is the modified originalIterator
Sequence. Same as the first parameter.
@throws MergeException If an error occurs during the merge.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|