Difference array. This method finds out the difference between two sequences.
@param orgSeq The original sequence of object.
@param modSeq The modified (or changed) sequence tocompare against with the origial.
@return A Difference array.
Difference array. This method finds out the difference between two sequences.
@param orgSeq The original sequence.
@param modSeq The modified (or changed) sequence tocompare against the origial.
@return A Difference array.
Difference objects. This method finds out the difference between two sequences.
@param orgSeq The original sequence.
@param modSeq The modified (or changed) sequence tocompare against with the origial.
@return An array of Difference objects.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |