Compute the differences of the given two sequences. Refer to the class description. Return an array of 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.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.