Skip navigation links
B C D F H I L N R T 

B

bmsi.util - package bmsi.util
 
build_script(boolean[], int, boolean[], int) - Method in interface bmsi.util.Diff.ScriptBuilder
Scan the tables of which lines are inserted and deleted, producing an edit script.

C

change(int, int, int, int, Diff.change) - Constructor for class bmsi.util.Diff.change
Cons an additional entry onto the front of an edit script OLD.

D

deleted - Variable in class bmsi.util.Diff.change
# lines of file 0 changed here.
Diff - Class in bmsi.util
A class to compare vectors of objects.
Diff(Object[], Object[]) - Constructor for class bmsi.util.Diff
Prepare to find differences between two arrays.
Diff(int[], int[]) - Constructor for class bmsi.util.Diff
Prepare to find differences between two arrays.
diff(Diff.ScriptBuilder) - Method in class bmsi.util.Diff
Get the results of comparison as an edit script.
Diff.change - Class in bmsi.util
The result of comparison is an "edit script": a chain of change objects.
Diff.ScriptBuilder - Interface in bmsi.util
 
diff_2(boolean) - Method in class bmsi.util.Diff
 

F

forwardScript - Static variable in class bmsi.util.Diff
Standard ScriptBuilders.

H

heuristic - Variable in class bmsi.util.Diff
When set to true, the comparison uses a heuristic to speed it up.

I

ignore - Variable in class bmsi.util.Diff.change
Change is ignorable.
inserted - Variable in class bmsi.util.Diff.change
# lines of file 1 changed here.

L

line0 - Variable in class bmsi.util.Diff.change
Line number of 1st deleted line.
line1 - Variable in class bmsi.util.Diff.change
Line number of 1st inserted line.
link - Variable in class bmsi.util.Diff.change
Previous or next edit command.

N

no_discards - Variable in class bmsi.util.Diff
When set to true, the algorithm returns a guarranteed minimal set of changes.

R

reverseScript - Static variable in class bmsi.util.Diff
Standard ScriptBuilders.

T

toString() - Method in class bmsi.util.Diff.change
 
B C D F H I L N R T 
Skip navigation links