Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

bmsi.util.* (1)

Package Samples:

bmsi.util

Classes:

Diff: A class to compare vectors of objects. The result of comparison is a list of change objects which form an edit script. The objects compared are traditionally lines of text from two files. Comparison options such as "ignore whitespace" are implemented by modifying the equals and hashcode methods for the objects compared. The basic algorithm is described in: "An O(ND) Difference Algorithm and its Variations", Eugene Myers, Algorithmica Vol. 1 No. 2, 1986, p 251. This class outputs different results from GNU diff 1.15 on some inputs. Our results are actually better (smaller change list, smaller total ...

Home | Contact Us | Privacy Policy | Terms of Service